Read Time
Holds the values related to the current global time and the timeline.
Installation
To use this node enable omni.graph.nodes in the Extension Manager.
Outputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Absolute Simulation Time (Seconds) (outputs:absoluteSimTime) |
|
The accumulated total of elapsed times between rendered frames. |
None |
Delta (Seconds) (outputs:deltaSeconds) |
|
The number of seconds elapsed since the last OmniGraph update. |
None |
Animation Time (Frames) (outputs:frame) |
|
The global animation time in frames, equivalent to (time * fps), during playback. |
None |
Is Playing (outputs:isPlaying) |
|
True during global animation timeline playback. |
None |
Animation Time (Seconds) (outputs:time) |
|
The global animation time in seconds during playback. |
None |
Time Since Start (Seconds) (outputs:timeSinceStart) |
|
Elapsed time since the App started. |
None |
Metadata
Name |
Value |
---|---|
Unique ID |
omni.graph.nodes.ReadTime |
Version |
1 |
Extension |
omni.graph.nodes |
Has State? |
False |
Implementation Language |
C++ |
Default Memory Type |
cpu |
Generated Code Exclusions |
None |
uiName |
Read Time |
Categories |
time |
Generated Class Name |
OgnReadTimeDatabase |
Python Module |
omni.graph.nodes |