Click or drag to resize
AB4D logo

MeshOctTreeGetNodesCountInLevel Method

GetNodesCountInLevel is a diagnostics method and returns the number of nodes (MeshOctTreeNode objects) in the specified node level.

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public int GetNodesCountInLevel(
	int nodeLevel
)

Parameters

nodeLevel  Int32
node level

Return Value

Int32
number of nodes in the specified node level
See Also