Integrating github/staging through commit ab87ed9
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user