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)

bool

True during global animation timeline playback

Delta (Seconds) (deltaSeconds)

double

The number of seconds elapsed since the last OmniGraph update

Time Since Start (Seconds) (timeSinceStart)

double

Elapsed time since the App started

Animation Time (Seconds) (time)

double

The global animation time in seconds during playback

Animation Time (Frames) (frame)

double

The global animation time in frames, equivalent to (time ‘*’ fps), during playback

Absolute Simulation Time (Seconds) (absoluteSimTime)

double

The accumulated total of elapsed times between rendered frames