C# Class ccFireEventOnEnable, GGJ2016

Inheritance: MonoBehaviour
Mostra file Open project: netgrind/GGJ2016

Public Properties

Property Type Description
delay float
eventName string

Public Methods

Method Description
Fire ( ) : void
OnEnable ( ) : void

Method Details

Fire() public method

public Fire ( ) : void
return void

OnEnable() public method

public OnEnable ( ) : void
return void

Property Details

delay public_oe property

public float delay
return float

eventName public_oe property

public string eventName
return string