UnityEngine.Gizmos.DrawSphere C# (CSharp) 메소드

DrawSphere() 공개 정적인 메소드

public static DrawSphere ( Vector3 center, float radius ) : void
center Vector3
radius float
리턴 void
		public static void DrawSphere(Vector3 center, float radius) { }
		public static void DrawWireCube(Vector3 center, Vector3 size) { }