Inherits AzToolsFramework::Picking::BoundShapeInterface.
Public Member Functions | |
| AZ_RTTI (ManipulatorBoundSpline, "{777760FF-8547-45AD-876F-16BA4D9D0584}", BoundShapeInterface) | |
| AZ_CLASS_ALLOCATOR (ManipulatorBoundSpline, AZ::SystemAllocator) | |
| ManipulatorBoundSpline (RegisteredBoundId boundId) | |
| bool | IntersectRay (const AZ::Vector3 &rayOrigin, const AZ::Vector3 &rayDir, float &rayIntersectionDistance) const override |
| void | SetShapeData (const BoundRequestShapeBase &shapeData) override |
Public Attributes | |
| AZStd::weak_ptr< const AZ::Spline > | m_spline |
| AZ::Transform | m_transform |
| float | m_width = 0.0f |