On Playback Tick

For each frame tick during playback, activate the downstream graph execution. In addition to the activation signal, the outputs also contain the playback time values, taken directly from the execution context.

Installation

To use this node enable omni.graph.action_nodes in the Extension Manager.

Outputs

Name

Type

Descripton

Default

Delta Seconds (outputs:deltaSeconds)

double

The number of seconds that have elapsed since the last update.

None

Frame (outputs:frame)

double

The global playback time in frames, equivalent to (Time * PlaybackFramesPerSecond).

None

Tick (outputs:tick)

execution

Signal to the graph that execution can continue downstream.

None

Time (outputs:time)

double

The global playback time in seconds.

None

Metadata

Name

Value

Unique ID

omni.graph.action.OnPlaybackTick

Version

2

Extension

omni.graph.action_nodes

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_nodes