TimelineComposer
Generates and controls animations given by a PML string.
Inheritance
Code
XML encoding
<TimelineComposer command='' triggerName='Timer' enabled='TRUE' logFeature='' />
Classic encoding
TimelineComposer { command [""] triggerName "Timer" enabled TRUE logFeature [""] }
Interface
Filter: X3D only | Avalon only | All
id | Name | DataType | PartType | Default | ValueType | Description |
---|---|---|---|---|---|---|
animationController | MFNode | inputOutput | AnimationController | Reference to all objects which shall be animated. | ||
command | MFString | inputOutput | cdata | Incoming PML string(s). | ||
logFeature | MFString | inputOutput | state, child, parent, route, eventIn, eventOut | controls the logging of changes, state: log state changes (e.g. live), child: log child add/remove, parent: log parent add/remove, route: log route add/remove; eventIn: log receiving of events, eventOut: log sending of events: guiView, runtime system should create node-view, guiEdit: runtime system should create node-editeverything: log everything | ||
enabled | SFBool | inputOutput | TRUE | Flag to enable/disable the node behaviour | ||
metadata | SFNode | inputOutput | MetadataObject | container for payload metadata inside MetadataSet element | ||
message | SFString | outputOnly | Outgoing PML string. | |||
triggerName | SFString | initializeOnly | Timer | Name of the dynamic context-slot which is used by the run-time environment (e.g. Jobs) to trigger the node. Life-Nodes will automatically connect the context-eventOutput to the triggerSlot-eventInput Slot. |