Class OctreeNode
public class OctreeNode
- Inheritance
-
OctreeNode
- Inherited Members
Constructors
OctreeNode(Vector3, Vector3)
public OctreeNode(Vector3 min, Vector3 max)
Parameters
min
Vector3max
Vector3
Fields
Components
public List<Component> Components
Field Value
Culled
public bool Culled
Field Value
Max
public Vector3 Max
Field Value
- Vector3
Min
public Vector3 Min
Field Value
- Vector3
Octants
public OctreeNode[]? Octants
Field Value
Properties
IsLeaf
public bool IsLeaf { get; }
Property Value
Methods
Divide()
public void Divide()