Example #1
0
 public void OnDrawGizmos()
 {
     if (voxelTree != null)
     {
         voxelTree.DrawWireFrame();
     }
 }
Example #2
0
 public void OnDrawGizmos()
 {
     if (brickTree != null)
     {
         brickTree.DrawWireFrame();
     }
 }