BaseDataType#
- class omni.graph.core.BaseDataType#
Bases:
pybind11_objectBasic data type for attribute data
Members:
ASSET : Data represents an Asset
BOOL : Data is a boolean
CONNECTION : Data is a special value representing a connection
DOUBLE : Data is a double precision floating point value
FLOAT : Data is a single precision floating point value
HALF : Data is a half precision floating point value
INT : Data is a 32-bit integer
INT64 : Data is a 64-bit integer
RELATIONSHIP : Data is a relationship to a USD prim
TAG : Data is a special Fabric tag
TOKEN : Data is a reference to a unique shared string
UCHAR : Data is an 8-bit unsigned character
UINT : Data is a 32-bit unsigned integer
UINT64 : Data is a 64-bit unsigned integer
UNKNOWN : Data type is currently unknown
Methods
__init__(self, value)Attributes
ASSETBOOLCONNECTIONDOUBLEFLOATHALFINTINT64RELATIONSHIPTAGTOKENUCHARUINTUINT64UNKNOWNvalue- __init__(
- self: omni.graph.core._omni_graph_core.BaseDataType,
- value: int,
- property name#