示例#1
0
 public static void Draw(Unity.Mathematics.AABB bounds, Color32 color)
 {
     Draw(new Bounds(bounds.Center, bounds.Extents * 2), color);
 }