C# Class ActionButtonController

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

Méthodes publiques

Méthode Description
Initialize ( string text, Callback, callback, float offset, bool clickable ) : void
OnPointerClick ( PointerEventData data ) : void

Private Methods

Méthode Description
Awake ( ) : void

Method Details

Initialize() public méthode

public Initialize ( string text, Callback, callback, float offset, bool clickable ) : void
text string
callback Callback,
offset float
clickable bool
Résultat void

OnPointerClick() public méthode

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