ExtendedAttributeType

class omni.graph.core.ExtendedAttributeType

Bases: pybind11_object

Extended attribute type, if any

Members:

EXTENDED_ATTR_TYPE_REGULAR : Deprecated: use og.ExtendedAttributeType.REGULAR

EXTENDED_ATTR_TYPE_UNION : Deprecated: use og.ExtendedAttributeType.UNION

EXTENDED_ATTR_TYPE_ANY : Deprecated: use og.ExtendedAttributeType.ANY

REGULAR : Attribute has a fixed data type

UNION : Attribute has a list of allowable types of data

ANY : Attribute can take any type of data

Methods

__init__(self, value)

Attributes

ANY

EXTENDED_ATTR_TYPE_ANY

EXTENDED_ATTR_TYPE_REGULAR

EXTENDED_ATTR_TYPE_UNION

REGULAR

UNION

name

value

__init__(self: omni.graph.core._omni_graph_core.ExtendedAttributeType, value: int) None
property name