Integrating up through commit 90f050496

This commit is contained in:
alexpete
2021-04-07 14:03:29 -07:00
parent 8f2ed080a9
commit c2cbd430fe
2694 changed files with 285622 additions and 176874 deletions
@@ -24,7 +24,7 @@
namespace PhysX
{
class RigidBodyStatic;
class StaticRigidBody;
/// Base class for all runtime collider components.
class BaseColliderComponent
@@ -92,6 +92,7 @@ namespace PhysX
static void GetDependentServices(AZ::ComponentDescriptor::DependencyArrayType& dependent)
{
dependent.push_back(AZ_CRC("ShapeService", 0xe86aa5fe));
dependent.push_back(AZ_CRC_CE("NonUniformScaleService"));
}
static void GetRequiredServices(AZ::ComponentDescriptor::DependencyArrayType& required)