AttributePortType
- class omni.graph.core.AttributePortType
Bases:
pybind11_object
Port side of the attribute on its node
Members:
ATTRIBUTE_PORT_TYPE_INPUT : Deprecated: use og.AttributePortType.INPUT
ATTRIBUTE_PORT_TYPE_OUTPUT : Deprecated: use og.AttributePortType.OUTPUT
ATTRIBUTE_PORT_TYPE_STATE : Deprecated: use og.AttributePortType.STATE
ATTRIBUTE_PORT_TYPE_UNKNOWN : Deprecated: use og.AttributePortType.UNKNOWN
INPUT : Attribute is an input
OUTPUT : Attribute is an output
STATE : Attribute is state
UNKNOWN : Attribute port type is unknown
Methods
__init__
(self, value)Attributes
ATTRIBUTE_PORT_TYPE_INPUT
ATTRIBUTE_PORT_TYPE_OUTPUT
ATTRIBUTE_PORT_TYPE_STATE
ATTRIBUTE_PORT_TYPE_UNKNOWN
INPUT
OUTPUT
STATE
UNKNOWN
value
- __init__(self: omni.graph.core._omni_graph_core.AttributePortType, value: int) None
- property name