C# Class EventListener1, LearningUnits

Inheritance: MonoBehaviour, IEventListener
Afficher le fichier Open project: prime31/LearningUnits

Méthodes publiques

Méthode Description
OnDisable ( ) : void
OnEnable ( ) : void
bounce ( ) : IEnumerator
onPoweredUp ( bool isPoweredUp ) : void

Method Details

OnDisable() public méthode

public OnDisable ( ) : void
Résultat void

OnEnable() public méthode

public OnEnable ( ) : void
Résultat void

bounce() public méthode

public bounce ( ) : IEnumerator
Résultat IEnumerator

onPoweredUp() public méthode

public onPoweredUp ( bool isPoweredUp ) : void
isPoweredUp bool
Résultat void