|
uint? | ModelIndex [get, set] |
| Gets the index to the model referenced by this node in the model array of the file this node belongs to.
|
|
uint | Key [get, set] |
| Gets the octree key used to reference this node.
|
|
T[] | Children [get, set] |
| Gets the eight children of this node.
|
|
|
IEnumerator< T > | GetEnumerator () |
| Returns an enumerator that iterates through the collection.
|
|
const int | ChildCount |
| The number of children of an octree node.
|
|
| OctreeNodeBase (uint key) |
| Initializes a new instance of the OctreeNodeBase<T> class with the given octree node key .
|
|
const uint | _flagMask |
| The bits storing the flags of this node.
|
|
◆ keyPos
long KclLibrary.ModelOctreeNode.keyPos = 0 |
|
private |
◆ ModelIndex
uint? KclLibrary.ModelOctreeNode.ModelIndex |
|
getset |
Gets the index to the model referenced by this node in the model array of the file this node belongs to.
The documentation for this class was generated from the following file: