Пример #1
0
 public static void LocalCube(Matrix4x4 space, Vector3 size, Vector3 center = null, float duration = 0f, bool depthTest = true)
 {
     DebugDraw.LocalCube(space, size, Color.white, center, duration, depthTest);
 }
Пример #2
0
 public static void LocalCube(Transform transform, Vector3 size, Vector3 center = null, float duration = 0f, bool depthTest = true)
 {
     DebugDraw.LocalCube(transform, size, Color.white, center, duration, depthTest);
 }