Read Time
Holds the values related to the current global time and the timeline
Installation
To use this Node, you must enable omni.graph.nodes
in the Extension Manager.
Outputs
Name |
Type |
Description |
Default |
---|---|---|---|
Is Playing (isPlaying) |
|
True during global animation timeline playback |
|
Delta (Seconds) (deltaSeconds) |
|
The number of seconds elapsed since the last OmniGraph update |
|
Time Since Start (Seconds) (timeSinceStart) |
|
Elapsed time since the App started |
|
Animation Time (Seconds) (time) |
|
The global animation time in seconds during playback |
|
Animation Time (Frames) (frame) |
|
The global animation time in frames, equivalent to (time ‘*’ fps), during playback |
|
Absolute Simulation Time (Seconds) (absoluteSimTime) |
|
The accumulated total of elapsed times between rendered frames |