Open 3D Engine AzManipulatorTestFramework API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AzManipulatorTestFramework::ManipulatorManagerInterface Class Referenceabstract

This interface is used to simulate the manipulator manager while the manipulators are under test. More...

#include <AzManipulatorTestFramework.h>

Public Member Functions

virtual void ConsumeMouseInteractionEvent (const AzToolsFramework::ViewportInteraction::MouseInteractionEvent &event)=0
 Consume and immediately act on the specified mouse event.
 
virtual bool ManipulatorBeingInteracted () const =0
 Selected manipulator is currently interacting.
 
virtual AzToolsFramework::ManipulatorManagerId GetId () const =0
 Return the id of the manipulator manager.
 

Detailed Description

This interface is used to simulate the manipulator manager while the manipulators are under test.


The documentation for this class was generated from the following file: