Exemple #1
0
 /// <summary>
 /// Draws node boundaries visually for debugging.
 /// Must be called from OnDrawGizmos externally. See also: DrawAllObjects.
 /// </summary>
 public void DrawAllBounds()
 {
     rootNode.DrawAllBounds();
 }