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 |
|
Whether to reset the count |
False |
increment |
|
Increment to count by |
1 |
Outputs
Name |
Type |
Description |
Default |
---|---|---|---|
count |
|
The current count |
0 |