#include <ContextBoundAPI.h>
Inherits AzToolsFramework::Picking::BoundRequestShapeBase.
Public Member Functions | |
| AZStd::shared_ptr< BoundShapeInterface > | MakeShapeInterface (RegisteredBoundId id) const override |
Public Member Functions inherited from AzToolsFramework::Picking::BoundRequestShapeBase | |
| AZ_RTTI (BoundRequestShapeBase, "{60D52E6E-54A6-4236-A397-322FD7607FA3}") | |
Public Attributes | |
| AZStd::weak_ptr< const AZ::Spline > | m_spline |
| AZ::Transform | m_transform |
| float | m_width |
The spline is specified by a number of vertices. A piecewise approximation of the curve is computed by using a number of linear steps (defined by the granularity of the curve).
|
inlineoverridevirtual |
Implements AzToolsFramework::Picking::BoundRequestShapeBase.