Open 3D Engine PhysX Gem API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
PhysX::JointComponentConfiguration Class Reference

Public Member Functions

 AZ_CLASS_ALLOCATOR (JointComponentConfiguration, AZ::SystemAllocator)
 
 AZ_TYPE_INFO (JointComponentConfiguration, "{1454F33F-AA6E-424B-A70C-9E463FBDEA19}")
 
 JointComponentConfiguration (AZ::Transform localTransformFromFollower, AZ::EntityId leadEntity, AZ::EntityId followerEntity)
 

Static Public Member Functions

static void Reflect (AZ::ReflectContext *context)
 

Public Attributes

AZ::EntityId m_leadEntity
 EntityID for entity containing body that is lead to this joint constraint.
 
AZ::EntityId m_followerEntity
 EntityID for entity containing body that is follower to this joint constraint.
 
AZ::Transform m_localTransformFromFollower
 Joint's location and orientation in the frame (coordinate system) of the follower entity.
 

The documentation for this class was generated from the following file: