コード例 #1
0
ファイル: Gizmos.cs プロジェクト: zzrx79/UnityDecompiled
 public static void DrawWireSphere(Vector3 center, float radius)
 {
     Gizmos.INTERNAL_CALL_DrawWireSphere(ref center, radius);
 }