Inherits PhysX::EditorJointLimitBase.
|
static void | Reflect (AZ::ReflectContext *context) |
|
|
AZStd::string | m_name |
|
bool | m_inComponentMode = false |
|
bool | m_isLimited = true |
| Indicates if this joint has limits, e.g. maximum swing angles.
|
|
bool | m_isSoftLimit = false |
| If limit is soft, spring and damping are taken into account.
|
|
float | m_tolerance = 0.1f |
| Field is not shown in the editor. May not be easy for users to utilize this value.
|
|
float | m_damping = 20.0f |
|
float | m_stiffness = 100.0f |
|
|
static const float | s_springMax |
| Maximum value for spring stiffness and damping.
|
|
static const float | s_springMin |
| Minimum value for spring stiffness and damping.
|
|
static const float | s_toleranceMax |
| Maximum value for limit tolerance, distance at which limit gets activated/enforced.
|
|
static const float | s_toleranceMin |
| Minimum value for limit tolerance, distance at which limit gets activated/enforced.
|
|
The documentation for this class was generated from the following file:
- Gems/PhysX/Core/Code/Editor/EditorJointConfiguration.h