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::JointComponent::LeadFollowerInfo Struct Reference

#include <JointComponent.h>

Public Attributes

physx::PxRigidActor * m_leadActor = nullptr
 
physx::PxRigidActor * m_followerActor = nullptr
 
AZ::Transform m_leadLocal = AZ::Transform::CreateIdentity()
 
AZ::Transform m_followerLocal = AZ::Transform::CreateIdentity()
 
AzPhysics::SimulatedBody * m_leadBody = nullptr
 
AzPhysics::SimulatedBody * m_followerBody = nullptr
 

Detailed Description

Struct to provide subclasses with native pointers during joint initialization. See use of GetLeadFollowerInfo().


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