C# Class ActionButtonController

Inheritance: MonoBehaviour, IPointerClickHandler
Datei anzeigen Open project: BornToGrill/Project-Frequency Class Usage Examples

Public Methods

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

Private Methods

Method Description
Awake ( ) : void

Method Details

Initialize() public method

public Initialize ( string text, Callback, callback, float offset, bool clickable ) : void
text string
callback Callback,
offset float
clickable bool
return void

OnPointerClick() public method

public OnPointerClick ( PointerEventData data ) : void
data UnityEngine.EventSystems.PointerEventData
return void