C# Class ccFireEventOnEnable, GGJ2016

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

Méthodes publiques

Свойство Type Description
delay float
eventName string

Méthodes publiques

Méthode Description
Fire ( ) : void
OnEnable ( ) : void

Method Details

Fire() public méthode

public Fire ( ) : void
Résultat void

OnEnable() public méthode

public OnEnable ( ) : void
Résultat void

Property Details

delay public_oe property

public float delay
Résultat float

eventName public_oe property

public string eventName
Résultat string