some tidying up

Signed-off-by: greerdv <greerdv@amazon.com>
This commit is contained in:
greerdv
2021-07-09 19:39:07 +01:00
parent 26b71e6e05
commit 08c3bb6bd7
3 changed files with 3 additions and 18 deletions
@@ -292,8 +292,6 @@ namespace AzPhysics
return OverlapRequestHelpers::CreateCapsuleOverlapRequest(
height, radius, pose, nullptr);
});
}
}
@@ -63,15 +63,6 @@ namespace Physics
;
}
}
if (auto behaviorContext = azrtti_cast<AZ::BehaviorContext*>(context))
{
behaviorContext->Class<SphereShapeConfiguration>()
->Attribute(AZ::Script::Attributes::Scope, AZ::Script::Attributes::ScopeFlags::Common)
->Attribute(AZ::Script::Attributes::Module, "physics")
->Attribute(AZ::Script::Attributes::Category, "PhysX")
->Property("Radius", BehaviorValueProperty(&SphereShapeConfiguration::m_radius));
}
}
SphereShapeConfiguration::SphereShapeConfiguration(float radius)