C# Class GILES.pb_ToolbarButton

Inheritance: UnityEngine.MonoBehaviour, IPointerEnterHandler, IPointerExitHandler, IPointerClickHandler
Afficher le fichier Open project: procore3d/giles

Protected Properties

Свойство Type Description
selectable UnityEngine.UI.Selectable
tooltip_label UnityEngine.GameObject

Méthodes publiques

Méthode Description
HideTooltip ( ) : void
OnPointerClick ( PointerEventData eventData ) : void
OnPointerEnter ( PointerEventData eventData ) : void
OnPointerExit ( PointerEventData eventData ) : void
ShowTooltip ( ) : void
UpdateTooltip ( ) : void

Méthodes protégées

Méthode Description
Start ( ) : void

Method Details

HideTooltip() public méthode

public HideTooltip ( ) : void
Résultat void

OnPointerClick() public méthode

public OnPointerClick ( PointerEventData eventData ) : void
eventData UnityEngine.EventSystems.PointerEventData
Résultat void

OnPointerEnter() public méthode

public OnPointerEnter ( PointerEventData eventData ) : void
eventData UnityEngine.EventSystems.PointerEventData
Résultat void

OnPointerExit() public méthode

public OnPointerExit ( PointerEventData eventData ) : void
eventData UnityEngine.EventSystems.PointerEventData
Résultat void

ShowTooltip() public méthode

public ShowTooltip ( ) : void
Résultat void

Start() protected méthode

protected Start ( ) : void
Résultat void

UpdateTooltip() public méthode

public UpdateTooltip ( ) : void
Résultat void

Property Details

selectable protected_oe property

protected Selectable,UnityEngine.UI selectable
Résultat UnityEngine.UI.Selectable

tooltip_label protected_oe property

protected GameObject,UnityEngine tooltip_label
Résultat UnityEngine.GameObject