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 34 of file object.h.
Return true if type is a concrete object type, namely one of Prim, Attribute, or Relationship.
Definition at line 84 of file object.h.
Return true if from is convertible to to, false otherwise. Equivalent to UsdIsSubtype(to, from).
Definition at line 77 of file object.h.
Return true if subType is the same as or a subtype of baseType, false otherwise.
Definition at line 69 of file object.h.