Struct BoundingVolumeHierarchy.Constants
Namespace: Unity.Physics
Syntax
public struct Constants
Fields
BinaryStackSize
Declaration
public const int BinaryStackSize = 512
Field Value
Type | Description |
---|---|
System.Int32 |
MaxNumTreeBranches
Declaration
public const int MaxNumTreeBranches = 64
Field Value
Type | Description |
---|---|
System.Int32 |
SmallRangeSize
Declaration
public const int SmallRangeSize = 32
Field Value
Type | Description |
---|---|
System.Int32 |
UnaryStackSize
Declaration
public const int UnaryStackSize = 256
Field Value
Type | Description |
---|---|
System.Int32 |