Struct FrustumPlanes
Inherited Members
Namespace: UnityEngine
Assembly: UnityEngine.dll
Syntax
[Serializable]
public struct FrustumPlanes
Fields
| Improve this Doc View Sourcebottom
Declaration
public float bottom
Field Value
Type | Description |
---|---|
Single |
left
Declaration
public float left
Field Value
Type | Description |
---|---|
Single |
right
Declaration
public float right
Field Value
Type | Description |
---|---|
Single |
top
Declaration
public float top
Field Value
Type | Description |
---|---|
Single |
zFar
Declaration
public float zFar
Field Value
Type | Description |
---|---|
Single |
zNear
Declaration
public float zNear
Field Value
Type | Description |
---|---|
Single |