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