Int Counter

Example stateful node that increments every time it’s evaluated

Installation

To use this Node, you must enable omni.graph.examples.python in the Extension Manager.

Inputs

Name

Type

Description

Default

reset

bool

Whether to reset the count

False

increment

int

Increment to count by

1

Outputs

Name

Type

Description

Default

count

int

The current count

0