Click or drag to resize

OctreeContainerGetStatistics Method

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
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