UnityEngine.Gizmos.DrawCube C# (CSharp) Method

DrawCube() public static method

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