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::ColliderComponentRequests Class Referenceabstract

#include <ColliderComponentBus.h>

Inherits AZ::ComponentBus.

Public Member Functions

virtual AzPhysics::ShapeColliderPairList GetShapeConfigurations ()=0
 Gets the collection of collider configuration / shape configuration pairs used to define the collider's shapes.
 
virtual AZStd::vector< AZStd::shared_ptr< Physics::Shape > > GetShapes ()=0
 Gets the collection of physics shapes associated with the collider.
 

Detailed Description

Messages serviced by a PhysX collider component. A PhysX collider component allows collision geometry to be attached to bodies in PhysX.


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