Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
ccEventEnableBehaviour
C# Class ccEventEnableBehaviour, GGJ2016
Inheritance:
MonoBehaviour
Mostra file
Open project: netgrind/GGJ2016
Public Properties
Property
Type
Description
behaviours
MonoBehaviour[]
disableEvent
string
enableEvent
string
Public Methods
Method
Description
OffEvent
( ) :
void
OnDisable
( ) :
void
OnEnable
( ) :
void
OnEvent
( ) :
void
Method Details
OffEvent()
public
method
public
OffEvent
( ) :
void
return
void
OnDisable()
public
method
public
OnDisable
( ) :
void
return
void
OnEnable()
public
method
public
OnEnable
( ) :
void
return
void
OnEvent()
public
method
public
OnEvent
( ) :
void
return
void
Property Details
behaviours
public_oe property
public
MonoBehaviour[]
behaviours
return
MonoBehaviour[]
disableEvent
public_oe property
public
string
disableEvent
return
string
enableEvent
public_oe property
public
string
enableEvent
return
string