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

DrawCube() 공개 정적인 메소드

public static DrawCube ( Vector3 center, Vector3 size ) : void
center Vector3
size Vector3
리턴 void
		public static void DrawCube(Vector3 center, Vector3 size) { }
		public static void DrawFrustum(Vector3 center, float fov, float maxRange, float minRange, float aspect) { }