Struct TuringFrustumBounds
public struct TuringFrustumBounds
- Inherited Members
- Extension Methods
Constructors
TuringFrustumBounds(float, float, float, float, float, float)
public TuringFrustumBounds(float left, float right, float bottom, float top, float nearClip, float farClip)
Parameters
Fields
bottom
public float bottom
Field Value
farClip
public float farClip
Field Value
left
public float left
Field Value
nearClip
public float nearClip
Field Value
right
public float right
Field Value
top
public float top
Field Value
Methods
ToFrustumPlanes()
Converts the TuringFrustumBounds struct to Unity's corresponding FrustumPlanes struct.
public FrustumPlanes ToFrustumPlanes()
Returns
- FrustumPlanes
FrustumPlanes initialized based on the current state of the TuringFrustumBounds.