instantreality 1.0

Component:
Engine
Status:
fully implemented
Structure type:
concrete
Standard:
Avalon

TimerJob

The TimerJob is responsible for the time in all simulation systems

Inheritance

Code

XML encoding
<TimerJob triggerName='Timer'
time='0'
speed='1.0'
fixFrameDelta='0'
isSceneTimer='TRUE'
proceed='TRUE'
systemTime='TRUE'
enabled='TRUE'
runTime='0'
logFeature=''
 />
Classic encoding
TimerJob {
	triggerName "Timer"
	time 0
	speed 1.0
	fixFrameDelta 0
	isSceneTimer TRUE
	proceed TRUE
	systemTime TRUE
	enabled TRUE
	runTime 0
	logFeature [""]
}

Interface

Filter: X3D only | Avalon only | All
id Name DataType PartType Default ValueType Description
SFNode metadata SFNode inputOutput MetadataObject container for payload metadata inside MetadataSet element