|
MeshOctTreeGetNodesCountInLevel Method |
GetNodesCountInLevel is a diagnostics method and returns the number of nodes (
MeshOctTreeNode objects) in the specified node level.
Namespace: Ab3d.DirectXAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax public int GetNodesCountInLevel(
int nodeLevel
)
Parameters
- nodeLevel Int32
- node level
Return Value
Int32number of nodes in the specified node level
See Also