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