Integrating github/staging through commit ab87ed9

This commit is contained in:
alexpete
2021-04-09 11:27:37 -07:00
parent ae62a97894
commit 1044dc3da1
1582 changed files with 29374 additions and 519051 deletions
@@ -60,7 +60,6 @@ namespace PhysX
behaviorContext->EBus<ForceWorldSpaceRequestBus>("ForceWorldSpaceRequestBus")
->Attribute(AZ::Script::Attributes::Scope, AZ::Script::Attributes::ScopeFlags::Common)
->Attribute(AZ::Script::Attributes::Module, "physics")
->Attribute(AZ::Script::Attributes::ExcludeFrom, AZ::Script::Attributes::Preview)
->Attribute(AZ::Script::Attributes::Category, "PhysX")
->Event("SetDirection", &ForceWorldSpaceRequestBus::Events::SetDirection)
->Event("GetDirection", &ForceWorldSpaceRequestBus::Events::GetDirection)
@@ -133,7 +132,6 @@ namespace PhysX
behaviorContext->EBus<ForceLocalSpaceRequestBus>("ForceLocalSpaceRequestBus")
->Attribute(AZ::Script::Attributes::Scope, AZ::Script::Attributes::ScopeFlags::Common)
->Attribute(AZ::Script::Attributes::Module, "physics")
->Attribute(AZ::Script::Attributes::ExcludeFrom, AZ::Script::Attributes::Preview)
->Attribute(AZ::Script::Attributes::Category, "PhysX")
->Event("SetDirection", &ForceLocalSpaceRequestBus::Events::SetDirection)
->Event("GetDirection", &ForceLocalSpaceRequestBus::Events::GetDirection)
@@ -201,7 +199,6 @@ namespace PhysX
behaviorContext->EBus<ForcePointRequestBus>("ForcePointRequestBus")
->Attribute(AZ::Script::Attributes::Scope, AZ::Script::Attributes::ScopeFlags::Common)
->Attribute(AZ::Script::Attributes::Module, "physics")
->Attribute(AZ::Script::Attributes::ExcludeFrom, AZ::Script::Attributes::Preview)
->Attribute(AZ::Script::Attributes::Category, "PhysX")
->Event("SetMagnitude", &ForcePointRequestBus::Events::SetMagnitude)
->Event("GetMagnitude", &ForcePointRequestBus::Events::GetMagnitude)
@@ -274,7 +271,6 @@ namespace PhysX
behaviorContext->EBus<ForceSplineFollowRequestBus>("ForceSplineFollowRequestBus")
->Attribute(AZ::Script::Attributes::Scope, AZ::Script::Attributes::ScopeFlags::Common)
->Attribute(AZ::Script::Attributes::Module, "physics")
->Attribute(AZ::Script::Attributes::ExcludeFrom, AZ::Script::Attributes::Preview)
->Attribute(AZ::Script::Attributes::Category, "PhysX")
->Event("SetDampingRatio", &ForceSplineFollowRequestBus::Events::SetDampingRatio)
->Event("GetDampingRatio", &ForceSplineFollowRequestBus::Events::GetDampingRatio)
@@ -418,7 +414,6 @@ namespace PhysX
behaviorContext->EBus<ForceSimpleDragRequestBus>("ForceSimpleDragRequestBus")
->Attribute(AZ::Script::Attributes::Scope, AZ::Script::Attributes::ScopeFlags::Common)
->Attribute(AZ::Script::Attributes::Module, "physics")
->Attribute(AZ::Script::Attributes::ExcludeFrom, AZ::Script::Attributes::Preview)
->Attribute(AZ::Script::Attributes::Category, "PhysX")
->Event("SetDensity", &ForceSimpleDragRequestBus::Events::SetDensity)
->Event("GetDensity", &ForceSimpleDragRequestBus::Events::GetDensity)
@@ -489,7 +484,6 @@ namespace PhysX
behaviorContext->EBus<ForceLinearDampingRequestBus>("ForceLinearDampingRequestBus")
->Attribute(AZ::Script::Attributes::Scope, AZ::Script::Attributes::ScopeFlags::Common)
->Attribute(AZ::Script::Attributes::Module, "physics")
->Attribute(AZ::Script::Attributes::ExcludeFrom, AZ::Script::Attributes::Preview)
->Attribute(AZ::Script::Attributes::Category, "PhysX")
->Event("SetDamping", &ForceLinearDampingRequestBus::Events::SetDamping)
->Event("GetDamping", &ForceLinearDampingRequestBus::Events::GetDamping)