Struct Frustum
Namespace: Unity.Tiny.Rendering
Syntax
public struct Frustum
Fields
PlanesCount
Declaration
public int PlanesCount
Field Value
Type | Description |
---|---|
Int32 |
Methods
GetPlane(Int32)
Declaration
public float4 GetPlane(int idx)
Parameters
Type | Name | Description |
---|---|---|
Int32 | idx |
Returns
Type | Description |
---|---|
float4 |
SetPlane(Int32, float4)
Declaration
public void SetPlane(int idx, float4 p)
Parameters
Type | Name | Description |
---|---|---|
Int32 | idx | |
float4 | p |