OmniGraph Node omni.graph.tutorials.State

omni.graph.tutorials.State Properties

Name

Value

Version

1

Extension

omni.graph.tutorials

Icon

ogn/icons/omni.graph.tutorials.State.svg

Has State?

False

Implementation Language

C++

Default Memory Type

cpu

Generated Code Exclusions

None

uiName

Tutorial Node: Internal States

__categories

tutorials

Generated Class Name

OgnTutorialStateDatabase

Python Module

omni.graph.tutorials

omni.graph.tutorials.State Description

This is a tutorial node. It makes use of internal state information to continuously increment an output.

omni.graph.tutorials.State Inputs

Name

Type

Default

Required?

Descripton

inputs:override

bool

False

Y

When true get the output from the overrideValue, otherwise use the internal value

uiName

Enable Override

__default

false

inputs:overrideValue

int64

0

Y

Value to use instead of the monotonically increasing internal one when ‘override’ is true

uiName

Override Value

__default

0

omni.graph.tutorials.State Outputs

Name

Type

Default

Required?

Descripton

outputs:monotonic

int64

0

Y

Monotonically increasing output, set by internal state information

uiName

State-Based Output

__default

0