Skip to main content

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.

Space.Host.ExecutingObject.UIToolTipHint.Enabled = true

Text

string Text get set

Get or set the string value this tool tip displays.

Space.Host.ExecutingObject.UIToolTipHint.Text = "AToolTip"

Texture

SResource Texture get set

Get or set the tooltip's texture.

Space.Host.ExecutingObject.UIToolTipHint.Texture = Space.GetResource("ResourceName")

GameObject

SGameObject GameObject get

Property Description

theGameObject = Space.Host.ExecutingObject.UIToolTipHint.GameObject