ComponentRef
Timer
Timer
Executes a component list on a timed interval. This component is used in the onUpdate-list.
Properties
OnTimer
The list of components that will be executed.
Interval
An interval in seconds between the calls to OnTimer. If set to zero then the timer stops.
RepeatCount
A integer value indicating how many times to call OnTimer before timer stops. The default value of -1 means repeat forever. 0 means call once, 1 call twice etc.
ZGameEditor
Documentation
- Contents
- Overview
- Tutorial 1
- Tutorial 2
- Tutorial 3
- Sample projects
- Component reference
- Writing expressions
Community