![]() |
|
Rigid body material descriptor. More...
#include <parseDesc.h>
Inheritance diagram for UsdPhysicsRigidBodyMaterialDesc:Public Member Functions | |
| bool | operator== (const UsdPhysicsRigidBodyMaterialDesc &) const |
Public Member Functions inherited from UsdPhysicsObjectDesc | |
| UsdPhysicsObjectDesc (UsdPhysicsObjectType inType) | |
Public Attributes | |
| float | staticFriction |
| Static friction. | |
| float | dynamicFriction |
| Dynamic friction. | |
| float | restitution |
| Restitution. | |
| float | density |
| Density. | |
Public Attributes inherited from UsdPhysicsObjectDesc | |
| 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. | |
Rigid body material descriptor.
Definition at line 121 of file parseDesc.h.
|
inline |
Definition at line 123 of file parseDesc.h.
|
inline |
Definition at line 130 of file parseDesc.h.
| float density |
Density.
Definition at line 142 of file parseDesc.h.
| float dynamicFriction |
Dynamic friction.
Definition at line 138 of file parseDesc.h.
| float restitution |
Restitution.
Definition at line 140 of file parseDesc.h.
| float staticFriction |
Static friction.
Definition at line 136 of file parseDesc.h.