BaseDataType#
- class omni.graph.core.BaseDataType#
Bases:
pybind11_object
Basic 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
PRIM : Data is deprecated
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
ASSET
BOOL
CONNECTION
DOUBLE
FLOAT
HALF
INT
INT64
PRIM
RELATIONSHIP
TAG
TOKEN
UCHAR
UINT
UINT64
UNKNOWN
value
- __init__(
- self: omni.graph.core._omni_graph_core.BaseDataType,
- value: int,
- property name#