Table of Contents

Struct TuringFrustumBounds

Namespace
Turing.Core.Interop
Assembly
Turing.Core.dll
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

left float
right float
bottom float
top float
nearClip float
farClip float

Fields

bottom

public float bottom

Field Value

float

farClip

public float farClip

Field Value

float

left

public float left

Field Value

float

nearClip

public float nearClip

Field Value

float

right

public float right

Field Value

float

top

public float top

Field Value

float

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.