Open 3D Engine PhysX Gem API Reference
23.05.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
|
Inherits PhysX::BaseColliderComponent, Handler, and MultiHandler.
Public Member Functions | |
AZ_COMPONENT (MeshColliderComponent,"{F3C7996A-F9B8-4AFD-B2A1-6DE971EFDA11}", BaseColliderComponent) | |
void | Activate () override |
void | Deactivate () override |
void | OnAssetReady (AZ::Data::Asset< AZ::Data::AssetData > asset) override |
void | OnAssetReloaded (AZ::Data::Asset< AZ::Data::AssetData > asset) override |
AZ::Data::Asset < Pipeline::MeshAsset > | GetMeshAsset () const override |
void | SetMeshAsset (const AZ::Data::AssetId &id) override |
void | UpdateScaleForShapeConfigs () override |
![]() | |
AZ_COMPONENT (BaseColliderComponent,"{D0D48233-DCCA-4125-A6AE-4E5AC5E722D3}") | |
void | SetShapeConfigurationList (const AzPhysics::ShapeColliderPairList &shapeConfigList) |
AzPhysics::ShapeColliderPairList | GetShapeConfigurations () override |
AZStd::vector < AZStd::shared_ptr < Physics::Shape > > | GetShapes () override |
void | OnTransformChanged (const AZ::Transform &local, const AZ::Transform &world) override |
AZ::Aabb | GetColliderShapeAabb () override |
bool | IsTrigger () override |
void | SetCollisionLayer (const AZStd::string &layerName, AZ::Crc32 filterTag) override |
AZStd::string | GetCollisionLayerName () override |
void | SetCollisionGroup (const AZStd::string &groupName, AZ::Crc32 filterTag) override |
AZStd::string | GetCollisionGroupName () override |
void | ToggleCollisionLayer (const AZStd::string &layerName, AZ::Crc32 filterTag, bool enabled) override |
Static Public Member Functions | |
static void | Reflect (AZ::ReflectContext *context) |
![]() | |
static void | Reflect (AZ::ReflectContext *context) |
Protected Member Functions | |
void | UpdateMeshAsset () |
![]() | |
void | Activate () override |
void | Deactivate () override |
Protected Attributes | |
Physics::ColliderConfiguration * | m_colliderConfiguration = nullptr |
Physics::PhysicsAssetShapeConfiguration * | m_shapeConfiguration = nullptr |
![]() | |
ShapeInfoCache | m_shapeInfoCache |
AzPhysics::ShapeColliderPairList | m_shapeConfigList |
Additional Inherited Members | |
![]() | |
static void | GetProvidedServices (AZ::ComponentDescriptor::DependencyArrayType &provided) |
static void | GetDependentServices (AZ::ComponentDescriptor::DependencyArrayType &dependent) |
static void | GetRequiredServices (AZ::ComponentDescriptor::DependencyArrayType &required) |
static void | GetIncompatibleServices ([[maybe_unused]] AZ::ComponentDescriptor::DependencyArrayType &incompatible) |
|
overridevirtual |
Updates the scale of shape configurations to reflect the scale from the transform component. Specific collider components should override this function.
Reimplemented from PhysX::BaseColliderComponent.