Exemple #1
0
 public static void DrawWireBox(OBB box)
 {
     Graphics.DrawMeshNow(MeshPool.Get.UnitWireBox, box.GetUnitBoxTransform());
 }