Exemplo n.º 1
0
 public static void DrawSquare(this ILevelEditorGizmosDrawer drawer, Vector3 center, Vector2 size, Vector3 rotation, Color color)
 {
     drawer.DrawSquare(center, size, Quaternion.Euler(rotation), color);
 }
Exemplo n.º 2
0
 public static void DrawSquare(this ILevelEditorGizmosDrawer drawer, Vector3 center, Vector2 size, Color color)
 {
     drawer.DrawSquare(center, size, Quaternion.identity, color);
 }