Click or drag to resize

SceneGetOctreeStatistics Method

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public bool GetOctreeStatistics(
	SceneSceneObjectFlags octreeType,
	out int objectCount,
	out Bounds octreeBounds,
	out int octreeNodeCount,
	out double timeSinceLastFullRebuild
)

Parameters

octreeType
Type: NeoAxisSceneSceneObjectFlags
objectCount
Type: SystemInt32
octreeBounds
Type: NeoAxisBounds
octreeNodeCount
Type: SystemInt32
timeSinceLastFullRebuild
Type: SystemDouble

Return Value

Type: Boolean
See Also