Go to the source code of this file.
Enum values to represent the various Usd object types.
Enumerator |
---|
UsdTypeObject |
|
UsdTypePrim |
|
UsdTypeProperty |
|
UsdTypeAttribute |
|
UsdTypeRelationship |
|
Usd_NumObjTypes |
|
Definition at line 51 of file object.h.
Return true if type is a concrete object type, namely one of Prim, Attribute, or Relationship.
Definition at line 101 of file object.h.
Return true if from is convertible to to, false otherwise. Equivalent to UsdIsSubtype(to, from).
Definition at line 94 of file object.h.
Return true if subType is the same as or a subtype of baseType, false otherwise.
Definition at line 86 of file object.h.