|  | Twilight Princess
    Remastered version of the GameCube game | 
Represents a node in a model triangle octree. More...
 Inheritance diagram for KclLibrary.PolygonOctree:
 Inheritance diagram for KclLibrary.PolygonOctree: Collaboration diagram for KclLibrary.PolygonOctree:
 Collaboration diagram for KclLibrary.PolygonOctree:| Public Member Functions | |
| PolygonOctree () | |
|  Public Member Functions inherited from KclLibrary.OctreeNodeBase< PolygonOctree > | |
| IEnumerator< T > | GetEnumerator () | 
| Returns an enumerator that iterates through the collection. | |
| Properties | |
| List< ushort > | TriangleIndices  [get, set] | 
| Gets the indices to triangles of the model appearing in this cube. | |
|  Properties inherited from KclLibrary.OctreeNodeBase< PolygonOctree > | |
| uint | Key  [get, set] | 
| Gets the octree key used to reference this node. | |
| T[] | Children  [get, set] | 
| Gets the eight children of this node. | |
| Additional Inherited Members | |
|  Static Public Attributes inherited from KclLibrary.OctreeNodeBase< PolygonOctree > | |
| const int | ChildCount | 
| The number of children of an octree node. | |
|  Protected Member Functions inherited from KclLibrary.OctreeNodeBase< PolygonOctree > | |
| OctreeNodeBase (uint key) | |
| Initializes a new instance of the OctreeNodeBase<T> class with the given octree node key . | |
|  Static Protected Attributes inherited from KclLibrary.OctreeNodeBase< PolygonOctree > | |
| const uint | _flagMask | 
| The bits storing the flags of this node. | |
Represents a node in a model triangle octree.
| KclLibrary.PolygonOctree.PolygonOctree | ( | ) | 
| 
 | getset | 
Gets the indices to triangles of the model appearing in this cube.