C# Class StackField

Inheritance: MonoBehaviour, IPointerClickHandler, IPointerEnterHandler, IPointerExitHandler
Afficher le fichier Open project: BornToGrill/Project-Frequency Class Usage Examples

Méthodes publiques

Свойство Type Description
Next StackField,
Previous StackField,

Méthodes publiques

Méthode Description
Hide ( ) : void
OnPointerClick ( PointerEventData e ) : void
OnPointerEnter ( PointerEventData e ) : void
OnPointerExit ( PointerEventData e ) : void
Set ( Sprite sprite, Color color, bool selectable, Action callback ) : void

Private Methods

Méthode Description
Start ( ) : void

Method Details

Hide() public méthode

public Hide ( ) : void
Résultat void

OnPointerClick() public méthode

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

OnPointerEnter() public méthode

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

OnPointerExit() public méthode

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

Set() public méthode

public Set ( Sprite sprite, Color color, bool selectable, Action callback ) : void
sprite Sprite
color Color
selectable bool
callback Action
Résultat void

Property Details

Next public_oe property

public StackField, Next
Résultat StackField,

Previous public_oe property

public StackField, Previous
Résultat StackField,