Count To
Example stateful node that counts to countTo by a certain increment
Installation
To use this Node, you must enable omni.graph.examples.python
in the Extension Manager.
Inputs
Name |
Type |
Description |
Default |
---|---|---|---|
trigger |
|
Position to be used as a trigger for the counting |
[0.0, 0.0, 0.0] |
reset |
|
Whether to reset the count |
False |
countTo |
|
The ceiling to count to |
3 |
increment |
|
Increment to count by |
0.1 |
Outputs
Name |
Type |
Description |
Default |
---|---|---|---|
count |
|
The current count |
0.0 |