Class UITooltip
public class UITooltip : MonoBehaviour
- Inheritance
-
UITooltip
Fields
padding
public Vector2 padding
Field Value
- Vector2
Properties
globalHeight
public float globalHeight { get; }
Property Value
globalWidth
public float globalWidth { get; }
Property Value
localHeight
public float localHeight { get; }
Property Value
localWidth
public float localWidth { get; }
Property Value
text
public string text { get; set; }
Property Value
Methods
Awake()
public void Awake()
GoesOffBottomOfScreen()
public bool GoesOffBottomOfScreen()
Returns
GoesOffLeftOfScreen()
public bool GoesOffLeftOfScreen()
Returns
GoesOffRightOfScreen()
public bool GoesOffRightOfScreen()
Returns
GoesOffScreen()
public bool GoesOffScreen()
Returns
GoesOffTopOfScreen()
public bool GoesOffTopOfScreen()
Returns
SetText(string)
public void SetText(string text)
Parameters
text
string