class
GUIContent
Holds data used for displaying content in a GUIElement.
Content can consist of a string, image, a tooltip or none of those.
Public
Constructors
GUIContent
GUIContent() noexcept(false) = default
Constructs an empty content.
GUIContent
Constructs content with a string and a tooltip.
GUIContent
Constructs content with an image and a tooltip.
GUIContent
Constructs content with a string and an image.
GUIContent
Constructs content with a string, an image and a tooltip.
Methods
GetImage
Returns image content (if any).