![]() |
|
Base physics object descriptor. More...
#include <parseDesc.h>
Public Member Functions | |
UsdPhysicsObjectDesc (UsdPhysicsObjectType inType) | |
Public Attributes | |
UsdPhysicsObjectType | type |
Descriptor type. | |
SdfPath | primPath |
SdfPath for the prim from which the descriptor was parsed. | |
bool | isValid |
Validity of a descriptor, the parsing may succeed, but the descriptor might be not valid. | |
Base physics object descriptor.
Definition at line 99 of file parseDesc.h.
|
inline |
Definition at line 101 of file parseDesc.h.
bool isValid |
Validity of a descriptor, the parsing may succeed, but the descriptor might be not valid.
Definition at line 114 of file parseDesc.h.
SdfPath primPath |
SdfPath for the prim from which the descriptor was parsed.
Definition at line 111 of file parseDesc.h.
UsdPhysicsObjectType type |
Descriptor type.
Definition at line 109 of file parseDesc.h.