Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
EventListener1
C# Class EventListener1, LearningUnits
Inheritance:
MonoBehaviour
,
IEventListener
Mostrar archivo
Open project: prime31/LearningUnits
Public Methods
Method
Description
OnDisable
( ) :
void
OnEnable
( ) :
void
bounce
( ) :
IEnumerator
onPoweredUp
(
bool
isPoweredUp
) :
void
Method Details
OnDisable()
public
method
public
OnDisable
( ) :
void
return
void
OnEnable()
public
method
public
OnEnable
( ) :
void
return
void
bounce()
public
method
public
bounce
( ) :
IEnumerator
return
IEnumerator
onPoweredUp()
public
method
public
onPoweredUp
(
bool
isPoweredUp
) :
void
isPoweredUp
bool
return
void