コード例 #1
0
 public static void DrawLine(Vector3 from, Vector3 to)
 {
     Gizmos.DrawLine_Injected(ref from, ref to);
 }