Version: 5.3 (switch to 5.4b)
IdiomaEnglish
  • C#
  • JS

Idioma de script

Selecciona tu lenguaje de programación favorito. Todos los fragmentos de código serán mostrados en este lenguaje.

GUIContent

class in UnityEngine

Cambiar al Manual

Descripción

The contents of a GUI element.

This works closely in relation with GUIStyle. GUIContent defines what to render and GUIStyle defines how to render it.

See Also: GUIStyle.

Variables Estáticas

noneShorthand for empty content.

Variables

imageThe icon image contained.
textThe text contained.
tooltipThe tooltip of this element.

Constructores

GUIContentConstructor for GUIContent in all shapes and sizes.