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)

double

The accumulated total of elapsed times between rendered frames.

None

Delta (Seconds) (outputs:deltaSeconds)

double

The number of seconds elapsed since the last OmniGraph update.

None

Animation Time (Frames) (outputs:frame)

double

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

None

Is Playing (outputs:isPlaying)

bool

True during global animation timeline playback.

None

Animation Time (Seconds) (outputs:time)

double

The global animation time in seconds during playback.

None

Time Since Start (Seconds) (outputs:timeSinceStart)

double

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