C# Class BaseButton, Adagio

Inheritance: MonoBehaviour, IPointerDownHandler
Datei anzeigen Open project: technicalvgda/Adagio Class Usage Examples

Public Properties

Property Type Description
onPressed UnityEvent

Public Methods

Method Description
OnTriggerExit2D ( Collider2D other ) : void
OnTriggerStay2D ( Collider2D other ) : void
Update ( ) : void

Method Details

OnTriggerExit2D() public method

public OnTriggerExit2D ( Collider2D other ) : void
other UnityEngine.Collider2D
return void

OnTriggerStay2D() public method

public OnTriggerStay2D ( Collider2D other ) : void
other UnityEngine.Collider2D
return void

Update() public method

public Update ( ) : void
return void

Property Details

onPressed public_oe property

public UnityEvent onPressed
return UnityEvent