BEPUphysics.DataStructures.MeshBoundingBoxTree.LeafNode.Analyze C# (CSharp) Method

Analyze() private method

private Analyze ( List depths, int depth, int &nodeCount ) : void
depths List
depth int
nodeCount int
return void
            internal override void Analyze(List<int> depths, int depth, ref int nodeCount)
            {
                nodeCount++;
                depths.Add(depth);
            }