SUIToolTipHint
Index
Properties Index
| Property Name |
|---|
bool Enabled get set |
string Text get set |
SResource Texture get set |
SGameObject GameObject get |
Properties
Enabled
bool Enabled get set
Get or set whether the tool tip component is Enabled.
- Lua
Space.Host.ExecutingObject.UIToolTipHint.Enabled = true
Text
string Text get set
Get or set the string value this tool tip displays.
- Lua
Space.Host.ExecutingObject.UIToolTipHint.Text = "AToolTip"
Texture
SResource Texture get set
Get or set the tooltip's texture.
- Lua
Space.Host.ExecutingObject.UIToolTipHint.Texture = Space.GetResource("ResourceName")
GameObject
SGameObject GameObject get
Property Description
- Lua
theGameObject = Space.Host.ExecutingObject.UIToolTipHint.GameObject