Property | Type | Description | |
---|---|---|---|
_delay | float | ||
_elapsed | float | ||
_interval | float | ||
_nTimesExecuted | uint | ||
_repeat | uint | ||
_runForever | bool | ||
_useDelay | bool |
Method | Description | |
---|---|---|
update ( float dt ) : void |
Method | Description | |
---|---|---|
cancel ( ) : void | ||
setupTimer ( float interval, uint repeat, float delay ) : void | ||
trigger ( ) : void |
protected setupTimer ( float interval, uint repeat, float delay ) : void | ||
interval | float | |
repeat | uint | |
delay | float | |
return | void |