Implementation of manipulator viewport interaction that manipulates the manager directly. More...
#include <DirectManipulatorViewportInteraction.h>
Inherits AzManipulatorTestFramework::ManipulatorViewportInteraction.
Public Member Functions | |
| DirectCallManipulatorViewportInteraction (AZStd::shared_ptr< AzFramework::DebugDisplayRequests > debugDisplayRequests) | |
| const ViewportInteractionInterface & | GetViewportInteraction () const override |
| Return the const representation of the viewport interaction model. | |
| const ManipulatorManagerInterface & | GetManipulatorManager () const override |
| Return the const representation of the manipulator manager. | |
| virtual const ManipulatorManagerInterface & | GetManipulatorManager () const=0 |
| Return the const representation of the manipulator manager. | |
| ManipulatorManagerInterface & | GetManipulatorManager () |
| Return the const representation of the manipulator manager. | |
| virtual const ViewportInteractionInterface & | GetViewportInteraction () const=0 |
| Return the const representation of the viewport interaction model. | |
| ViewportInteractionInterface & | GetViewportInteraction () |
| Return the representation of the viewport interaction model. | |
Public Member Functions inherited from AzManipulatorTestFramework::ManipulatorViewportInteraction | |
| AzToolsFramework::ManipulatorManagerId | GetManipulatorManagerId () const |
| Convenience wrapper for getting the manipulator manager id. | |
| ViewportInteractionInterface & | GetViewportInteraction () |
| Return the representation of the viewport interaction model. | |
| ManipulatorManagerInterface & | GetManipulatorManager () |
| Return the const representation of the manipulator manager. | |
Implementation of manipulator viewport interaction that manipulates the manager directly.
|
overridevirtual |
Return the const representation of the manipulator manager.
Implements AzManipulatorTestFramework::ManipulatorViewportInteraction.
|
virtual |
Return the const representation of the manipulator manager.
Implements AzManipulatorTestFramework::ManipulatorViewportInteraction.
|
overridevirtual |
Return the const representation of the viewport interaction model.
Implements AzManipulatorTestFramework::ManipulatorViewportInteraction.
|
virtual |
Return the const representation of the viewport interaction model.
Implements AzManipulatorTestFramework::ManipulatorViewportInteraction.