コード例 #1
0
 public static void DrawCube(Vector3 center, Vector3 size)
 {
     Gizmos.DrawCube_Injected(ref center, ref size);
 }