Display a quad representing part of a plane, rendered as 4 lines. More...
#include <ManipulatorView.h>
Inherits AzToolsFramework::ManipulatorView.
Public Member Functions | |
| void | Draw (ManipulatorManagerId managerId, const ManipulatorManagerState &managerState, ManipulatorId manipulatorId, const ManipulatorState &manipulatorState, AzFramework::DebugDisplayRequests &debugDisplay, const AzFramework::CameraState &cameraState, const ViewportInteraction::MouseInteraction &mouseInteraction) override |
Public Member Functions inherited from AzToolsFramework::ManipulatorView | |
| ManipulatorView (bool screenSizeFixed) | |
| ManipulatorView (ManipulatorView &&)=default | |
| ManipulatorView & | operator= (ManipulatorView &&)=default |
| void | SetBoundDirty (ManipulatorManagerId managerId) |
| void | RefreshBound (ManipulatorManagerId managerId, ManipulatorId manipulatorId, const Picking::BoundRequestShapeBase &bound) |
| void | Invalidate (ManipulatorManagerId managerId) |
| bool | ScreenSizeFixed () const |
Additional Inherited Members | |
Protected Member Functions inherited from AzToolsFramework::ManipulatorView | |
| float | ManipulatorViewScaleMultiplier (const AZ::Vector3 &worldPosition, const AzFramework::CameraState &cameraState) const |
Protected Attributes inherited from AzToolsFramework::ManipulatorView | |
| AZ::Color | m_mouseOverColor = BaseManipulator::s_defaultMouseOverColor |
Display a quad representing part of a plane, rendered as 4 lines.
|
overridevirtual |
Implements AzToolsFramework::ManipulatorView.