Inherits AzToolsFramework::Picking::BoundShapeInterface.
Public Member Functions | |
| AZ_RTTI (ManipulatorBoundSphere, "{64D1B863-F574-4B31-A4F2-C9744D8567B3}", BoundShapeInterface) | |
| AZ_CLASS_ALLOCATOR (ManipulatorBoundSphere, AZ::SystemAllocator) | |
| ManipulatorBoundSphere (RegisteredBoundId boundId) | |
| bool | IntersectRay (const AZ::Vector3 &rayOrigin, const AZ::Vector3 &rayDir, float &rayIntersectionDistance) const override |
| void | SetShapeData (const BoundRequestShapeBase &shapeData) override |
Public Attributes | |
| AZ::Vector3 | m_center = AZ::Vector3::CreateZero() |
| float | m_radius = 0.0f |