GUI.Label

static function Label (position : Rect, text : String) : void

static function Label (position : Rect, image : Texture) : void

static function Label (position : Rect, content : GUIContent) : void

static function Label (position : Rect, text : String, style : GUIStyle) : void

static function Label (position : Rect, image : Texture, style : GUIStyle) : void

static function Label (position : Rect, content : GUIContent, style : GUIStyle) : void

Description