Table of Contents

Class UITooltip

Namespace
PAC.UI
public class UITooltip : MonoBehaviour
Inheritance
UITooltip

Fields

padding

public Vector2 padding

Field Value

Vector2

Properties

globalHeight

public float globalHeight { get; }

Property Value

float

globalWidth

public float globalWidth { get; }

Property Value

float

localHeight

public float localHeight { get; }

Property Value

float

localWidth

public float localWidth { get; }

Property Value

float

text

public string text { get; set; }

Property Value

string

Methods

Awake()

public void Awake()

GoesOffBottomOfScreen()

public bool GoesOffBottomOfScreen()

Returns

bool

GoesOffLeftOfScreen()

public bool GoesOffLeftOfScreen()

Returns

bool

GoesOffRightOfScreen()

public bool GoesOffRightOfScreen()

Returns

bool

GoesOffScreen()

public bool GoesOffScreen()

Returns

bool

GoesOffTopOfScreen()

public bool GoesOffTopOfScreen()

Returns

bool

SetText(string)

public void SetText(string text)

Parameters

text string