OctreeContainerGetStatistics Method |
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public void GetStatistics(
out int objectCount,
out Bounds octreeBounds,
out int octreeNodeCount,
out double timeSinceLastFullRebuild
)
Parameters
- objectCount
- Type: SystemInt32
- octreeBounds
- Type: NeoAxisBounds
- octreeNodeCount
- Type: SystemInt32
- timeSinceLastFullRebuild
- Type: SystemDouble
See Also