UnityEngine.Gizmos.DrawIcon C# (CSharp) Method

DrawIcon() public static method

public static DrawIcon ( Vector3 center, string name ) : void
center Vector3
name string
return void
		public static void DrawIcon(Vector3 center, string name) { }
		public static void DrawIcon(Vector3 center, string name, bool allowScaling) { }

Same methods

Gizmos::DrawIcon ( Vector3 center, string name, bool allowScaling ) : void