OmniGraph Node omni.graph.nodes.ReadTime

omni.graph.nodes.ReadTime Properties

Name

Value

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

omni.graph.nodes.ReadTime Description

Holds the values related to the current global time and the timeline

omni.graph.nodes.ReadTime Outputs

Name

Type

Default

Required?

Descripton

outputs:absoluteSimTime

double

None

Y

The accumulated total of elapsed times between rendered frames

uiName

Absolute Simulation Time (Seconds)

outputs:deltaSeconds

double

None

Y

The number of seconds elapsed since the last OmniGraph update

uiName

Delta (Seconds)

outputs:frame

double

None

Y

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

uiName

Animation Time (Frames)

outputs:isPlaying

bool

None

Y

True during global animation timeline playback

uiName

Is Playing

outputs:time

double

None

Y

The global animation time in seconds during playback

uiName

Animation Time (Seconds)

outputs:timeSinceStart

double

None

Y

Elapsed time since the App started

uiName

Time Since Start (Seconds)