OmniGraph Node omni.graph.action.OnPlaybackTick

omni.graph.action.OnPlaybackTick Properties

Name

Value

Version

1

Extension

omni.graph.action

Has State?

False

Implementation Language

C++

Default Memory Type

cpu

Generated Code Exclusions

None

uiName

On Playback Tick

__categories

graph:action,event

Generated Class Name

OgnOnPlaybackTickDatabase

Python Module

omni.graph.action

omni.graph.action.OnPlaybackTick Description

Executes an output execution pulse during playback

omni.graph.action.OnPlaybackTick Outputs

Name

Type

Default

Required?

Descripton

outputs:deltaSeconds

double

None

Y

The number of seconds elapsed since the last update

uiName

Delta Seconds

outputs:frame

double

None

Y

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

uiName

Frame

outputs:tick

execution

None

Y

The execution output

uiName

Tick

outputs:time

double

None

Y

The global playback time in seconds

uiName

Time