#include <ColliderShapeBus.h>
Inherits AZ::ComponentBus.
Public Member Functions | |
| virtual AZ::Aabb | GetColliderShapeAabb ()=0 |
| Gets the world space AABB of the collider's shape. | |
| virtual bool | IsTrigger ()=0 |
| Checks if this collider shape is a trigger. | |
Messages serviced by a PhysX collider component's shape. A PhysX collider component shape represents the 3D geometry of a collider.