Click or drag to resize
Ab4d.SharpEngine logo

MeshOctreeNodeCollectNodesCountInLevel Method

CollectNodesCountInLevel is a diagnostics method and returns the number of nodes (MeshOctreeNode objects) in the specified targetNodeLevel level.

Namespace: Ab4d.SharpEngine.Utilities
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
Syntax
C#
public static void CollectNodesCountInLevel(
	MeshOctreeNode node,
	int targetNodeLevel,
	bool countChildNodes,
	ref int nodesCount
)

Parameters

node  MeshOctreeNode
start node
targetNodeLevel  Int32
target node level
countChildNodes  Boolean
true to count child nodes
nodesCount  Int32
number of nodes (by ref)
Remarks

[Missing <remarks> documentation for "M:Ab4d.SharpEngine.Utilities.MeshOctreeNode.CollectNodesCountInLevel(Ab4d.SharpEngine.Utilities.MeshOctreeNode,System.Int32,System.Boolean,System.Int32@)"]

See Also