Function BBTree.BuildSubtree

BuildSubtree (NativeArray<int> permutation, NativeArray<IntRect> nodeBounds, ref UnsafeList<int> nodes, ref UnsafeList<BBTreeBox> tree, int from, int to, bool odd, int depth)
Public Static
int BuildSubtree (

NativeArray<int>

permutation

NativeArray<IntRect>

nodeBounds

ref UnsafeList<int>

nodes

ref UnsafeList<BBTreeBox>

tree

int

from

int

to

bool

odd

int

depth

)