C# Class SimonSaysButton, Adagio

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

Méthodes publiques

Свойство Type Description
button GameObject
collide bool
pressed bool

Méthodes publiques

Méthode Description
OnTriggerEnter2D ( Collider2D col ) : void
OnTriggerExit2D ( Collider2D col ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnTriggerEnter2D() public méthode

public OnTriggerEnter2D ( Collider2D col ) : void
col UnityEngine.Collider2D
Résultat void

OnTriggerExit2D() public méthode

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

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

button public_oe property

public GameObject button
Résultat GameObject

collide public_oe property

public bool collide
Résultat bool

pressed public_oe property

public bool pressed
Résultat bool