|
HDK
|
#include <parseDesc.h>
Inheritance diagram for UsdPhysicsObjectDesc:Public Member Functions | |
| UsdPhysicsObjectDesc (UsdPhysicsObjectType inType) | |
| virtual | ~UsdPhysicsObjectDesc ()=default |
Public Attributes | |
| UsdPhysicsObjectType | type |
| Descriptor type. More... | |
| SdfPath | primPath |
| SdfPath for the prim from which the descriptor was parsed. More... | |
| bool | isValid |
Base physics object descriptor
Definition at line 99 of file parseDesc.h.
|
inline |
Definition at line 101 of file parseDesc.h.
|
virtualdefault |
| bool UsdPhysicsObjectDesc::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 UsdPhysicsObjectDesc::primPath |
SdfPath for the prim from which the descriptor was parsed.
Definition at line 111 of file parseDesc.h.
| UsdPhysicsObjectType UsdPhysicsObjectDesc::type |
Descriptor type.
Definition at line 109 of file parseDesc.h.