OmniGraph Node omni.graph.action.Gate

omni.graph.action.Gate Properties

Name

Value

Version

1

Extension

omni.graph.action

Icon

ogn/icons/omni.graph.action.Gate.svg

Has State?

False

Implementation Language

C++

Default Memory Type

cpu

Generated Code Exclusions

None

uiName

Gate

__categories

graph:action,flowControl

Generated Class Name

OgnGateDatabase

Python Module

omni.graph.action

omni.graph.action.Gate Description

This node controls a flow of execution based on the state of its gate. The gate can be opened or closed by execution pulses sent to the gate controls

omni.graph.action.Gate Inputs

Name

Type

Default

Required?

Descripton

inputs:enter

execution

None

Y

Incoming execution flow controlled by the gate

uiName

Enter

inputs:startClosed

bool

False

Y

If true the gate will start in a closed state

uiName

Start Closed

inputs:toggle

execution

None

Y

The gate is opened or closed

uiName

Toggle

omni.graph.action.Gate Outputs

Name

Type

Default

Required?

Descripton

outputs:exit

execution

None

Y

The enter pulses will be passed to this output if the gate is open

uiName

Exit