A fixed joint locks 2 bodies relative to one another on all axes of freedom. More...
#include <PhysXJoint.h>
Inherits PhysX::PhysXJoint.
Public Member Functions | |
| AZ_CLASS_ALLOCATOR (PhysXFixedJoint, AZ::SystemAllocator) | |
| AZ_RTTI (PhysXFixedJoint, "{B821D6D8-7B41-479D-9325-F9BC9754C5F8}", PhysX::PhysXJoint) | |
| PhysXFixedJoint (const FixedJointConfiguration &configuration, AzPhysics::SceneHandle sceneHandle, AzPhysics::SimulatedBodyHandle parentBodyHandle, AzPhysics::SimulatedBodyHandle childBodyHandle) | |
| AZ::Crc32 | GetNativeType () const override |
Public Member Functions inherited from PhysX::PhysXJoint | |
| AZ_CLASS_ALLOCATOR (PhysXJoint, AZ::SystemAllocator) | |
| AZ_RTTI (PhysXJoint, "{DBE1D185-E318-407D-A5A1-AC1DE7F4A62D}", AzPhysics::Joint) | |
| PhysXJoint (AzPhysics::SceneHandle sceneHandle, AzPhysics::SimulatedBodyHandle parentBodyHandle, AzPhysics::SimulatedBodyHandle childBodyHandle) | |
| AzPhysics::SimulatedBodyHandle | GetParentBodyHandle () const override |
| AzPhysics::SimulatedBodyHandle | GetChildBodyHandle () const override |
| void | SetParentBody (AzPhysics::SimulatedBodyHandle parentBody) override |
| void | SetChildBody (AzPhysics::SimulatedBodyHandle childBody) override |
| void * | GetNativePointer () const override |
Additional Inherited Members | |
Protected Member Functions inherited from PhysX::PhysXJoint | |
| bool | SetPxActors () |
Protected Attributes inherited from PhysX::PhysXJoint | |
| Utils::PxJointUniquePtr | m_pxJoint |
| AzPhysics::SceneHandle | m_sceneHandle |
| AzPhysics::SimulatedBodyHandle | m_parentBodyHandle |
| AzPhysics::SimulatedBodyHandle | m_childBodyHandle |
| AZStd::string | m_name |
A fixed joint locks 2 bodies relative to one another on all axes of freedom.