UnityEngine.Gizmos.DrawSphere C# (CSharp) Method

DrawSphere() public static method

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