Method | Description | |
---|---|---|
Invoke ( ) : void | ||
Reset ( ) : void | ||
TimedEvent ( int eventPeriodMilliseconds, System.Action action, bool runOnce = false ) : System |
public TimedEvent ( int eventPeriodMilliseconds, System.Action action, bool runOnce = false ) : System | ||
eventPeriodMilliseconds | int | |
action | System.Action | |
runOnce | bool | |
return | System |