This interface is used to simulate the combined manipulator manager and editor environment while the manipulators are under test. More...
#include <AzManipulatorTestFramework.h>
Inherited by AzManipulatorTestFramework::DirectCallManipulatorViewportInteraction, and AzManipulatorTestFramework::IndirectCallManipulatorViewportInteraction.
Public Member Functions | |
| virtual const ViewportInteractionInterface & | GetViewportInteraction () const =0 |
| Return the const representation of the viewport interaction model. | |
| virtual const ManipulatorManagerInterface & | GetManipulatorManager () const =0 |
| Return the const representation of the manipulator manager. | |
| 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. | |
This interface is used to simulate the combined manipulator manager and editor environment while the manipulators are under test.
|
pure virtual |
Return the const representation of the manipulator manager.
Implemented in AzManipulatorTestFramework::DirectCallManipulatorViewportInteraction, AzManipulatorTestFramework::IndirectCallManipulatorViewportInteraction, AzManipulatorTestFramework::DirectCallManipulatorViewportInteraction, and AzManipulatorTestFramework::IndirectCallManipulatorViewportInteraction.
|
pure virtual |
Return the const representation of the viewport interaction model.
Implemented in AzManipulatorTestFramework::DirectCallManipulatorViewportInteraction, AzManipulatorTestFramework::IndirectCallManipulatorViewportInteraction, AzManipulatorTestFramework::DirectCallManipulatorViewportInteraction, and AzManipulatorTestFramework::IndirectCallManipulatorViewportInteraction.