C# Class ccEventEnableBehaviour, GGJ2016

Inheritance: MonoBehaviour
Afficher le fichier Open project: netgrind/GGJ2016

Méthodes publiques

Свойство Type Description
behaviours MonoBehaviour[]
disableEvent string
enableEvent string

Méthodes publiques

Méthode Description
OffEvent ( ) : void
OnDisable ( ) : void
OnEnable ( ) : void
OnEvent ( ) : void

Method Details

OffEvent() public méthode

public OffEvent ( ) : void
Résultat void

OnDisable() public méthode

public OnDisable ( ) : void
Résultat void

OnEnable() public méthode

public OnEnable ( ) : void
Résultat void

OnEvent() public méthode

public OnEvent ( ) : void
Résultat void

Property Details

behaviours public_oe property

public MonoBehaviour[] behaviours
Résultat MonoBehaviour[]

disableEvent public_oe property

public string disableEvent
Résultat string

enableEvent public_oe property

public string enableEvent
Résultat string