C# Class BaseButton, Adagio

Inheritance: MonoBehaviour, IPointerDownHandler
Afficher le fichier Open project: technicalvgda/Adagio Class Usage Examples

Méthodes publiques

Свойство Type Description
onPressed UnityEvent

Méthodes publiques

Méthode Description
OnTriggerExit2D ( Collider2D other ) : void
OnTriggerStay2D ( Collider2D other ) : void
Update ( ) : void

Method Details

OnTriggerExit2D() public méthode

public OnTriggerExit2D ( Collider2D other ) : void
other UnityEngine.Collider2D
Résultat void

OnTriggerStay2D() public méthode

public OnTriggerStay2D ( Collider2D other ) : void
other UnityEngine.Collider2D
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

onPressed public_oe property

public UnityEvent onPressed
Résultat UnityEvent