An interface to provide invalid click feedback in the editor viewport. More...
#include <InvalidClicks.h>
Inherited by AzToolsFramework::ExpandingFadingCircles, and AzToolsFramework::FadingText.
Public Member Functions | |
| AZ_DISABLE_COPY (InvalidClick) | |
| virtual void | Begin (const AzFramework::ScreenPoint &screenPoint)=0 |
| virtual void | Update (float deltaTime)=0 |
| Update the invalid click feedback. | |
| virtual bool | Updating ()=0 |
| Report if the click feedback is running or not (returning false will signal the TickBus can be disconnected from). | |
| virtual void | Display (const AzFramework::ViewportInfo &viewportInfo, AzFramework::DebugDisplayRequests &debugDisplay)=0 |
| Display the click feedback in the viewport. | |
An interface to provide invalid click feedback in the editor viewport.
|
pure virtual |
Begin the feedback.
| screenPoint | The position of the click in screen coordinates. |
Implemented in AzToolsFramework::ExpandingFadingCircles, and AzToolsFramework::FadingText.
|
pure virtual |
Display the click feedback in the viewport.
Implemented in AzToolsFramework::ExpandingFadingCircles, and AzToolsFramework::FadingText.
|
pure virtual |
Update the invalid click feedback.
Implemented in AzToolsFramework::ExpandingFadingCircles, and AzToolsFramework::FadingText.
|
pure virtual |
Report if the click feedback is running or not (returning false will signal the TickBus can be disconnected from).
Implemented in AzToolsFramework::ExpandingFadingCircles, and AzToolsFramework::FadingText.