Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
EventListener1
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