C# Class BaseTooltip, Multiplier

Inheritance: MonoBehaviour
Afficher le fichier Open project: tommai78101/Multiplier Class Usage Examples

Méthodes publiques

Свойство Type Description
alternateToggleKey KeyCode,
canvasGroup UnityEngine.CanvasGroup
followCursorFlag bool
paddingSize int
panel Image
rectTransform UnityEngine.RectTransform
screenPlaneDistanceFromCamera float
target UnityEngine.RectTransform
toggleKey KeyCode,
tooltipTextContent Text
uiBorder Image

Méthodes publiques

Méthode Description
SetTarget ( RectTransform obj ) : void
SetText ( string hint ) : void
SetToolTipHidden ( bool flag ) : void
Start ( ) : void
Update ( ) : void

Method Details

SetTarget() public méthode

public SetTarget ( RectTransform obj ) : void
obj UnityEngine.RectTransform
Résultat void

SetText() public méthode

public SetText ( string hint ) : void
hint string
Résultat void

SetToolTipHidden() public méthode

public SetToolTipHidden ( bool flag ) : void
flag bool
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

alternateToggleKey public_oe property

public KeyCode, alternateToggleKey
Résultat KeyCode,

canvasGroup public_oe property

public CanvasGroup,UnityEngine canvasGroup
Résultat UnityEngine.CanvasGroup

followCursorFlag public_oe property

public bool followCursorFlag
Résultat bool

paddingSize public_oe property

public int paddingSize
Résultat int

panel public_oe property

public Image panel
Résultat Image

rectTransform public_oe property

public RectTransform,UnityEngine rectTransform
Résultat UnityEngine.RectTransform

screenPlaneDistanceFromCamera public_oe property

public float screenPlaneDistanceFromCamera
Résultat float

target public_oe property

public RectTransform,UnityEngine target
Résultat UnityEngine.RectTransform

toggleKey public_oe property

public KeyCode, toggleKey
Résultat KeyCode,

tooltipTextContent public_oe property

public Text tooltipTextContent
Résultat Text

uiBorder public_oe property

public Image uiBorder
Résultat Image