Struct BoundingVolumeHierarchy.Node
Syntax
Fields
Bounds
Declaration
public FourTransposedAabbs Bounds
Field Value
Data
Declaration
Field Value
Type |
Description |
Unity.Mathematics.int4 |
|
Flags
Declaration
Field Value
Properties
AreInternalsValid
Declaration
public bool4 AreInternalsValid { get; }
Property Value
Type |
Description |
Unity.Mathematics.bool4 |
|
AreLeavesValid
Declaration
public bool4 AreLeavesValid { get; }
Property Value
Type |
Description |
Unity.Mathematics.bool4 |
|
Empty
Declaration
public static BoundingVolumeHierarchy.Node Empty { get; }
Property Value
IsInternal
Declaration
public bool IsInternal { get; set; }
Property Value
IsLeaf
Declaration
public bool IsLeaf { get; set; }
Property Value
Methods
ClearInternalData(Int32)
Declaration
public void ClearInternalData(int index)
Parameters
Type |
Name |
Description |
Int32 |
index |
|
ClearLeafData(Int32)
Declaration
public void ClearLeafData(int index)
Parameters
Type |
Name |
Description |
Int32 |
index |
|
IsChildValid(Int32)
Declaration
public bool IsChildValid(int index)
Parameters
Type |
Name |
Description |
Int32 |
index |
|
Returns
IsInternalValid(Int32)
Declaration
public bool IsInternalValid(int index)
Parameters
Type |
Name |
Description |
Int32 |
index |
|
Returns
IsLeafValid(Int32)
Declaration
public bool IsLeafValid(int index)
Parameters
Type |
Name |
Description |
Int32 |
index |
|
Returns
NumValidChildren()
Declaration
public int NumValidChildren()
Returns