Display expanding fading circles for every click of the mouse that is invalid. More...
#include <InvalidClicks.h>
Inherits AzToolsFramework::InvalidClick.
Public Member Functions | |
| AZ_DISABLE_COPY (ExpandingFadingCircles) | |
| void | Begin (const AzFramework::ScreenPoint &screenPoint) override |
| void | Update (float deltaTime) override |
| Update the invalid click feedback. | |
| bool | Updating () override |
| Report if the click feedback is running or not (returning false will signal the TickBus can be disconnected from). | |
| void | Display (const AzFramework::ViewportInfo &viewportInfo, AzFramework::DebugDisplayRequests &debugDisplay) override |
| Display the click feedback in the viewport. | |
Public Member Functions inherited from AzToolsFramework::InvalidClick | |
| AZ_DISABLE_COPY (InvalidClick) | |
Display expanding fading circles for every click of the mouse that is invalid.
|
overridevirtual |
Begin the feedback.
| screenPoint | The position of the click in screen coordinates. |
Implements AzToolsFramework::InvalidClick.
|
overridevirtual |
Display the click feedback in the viewport.
Implements AzToolsFramework::InvalidClick.
|
overridevirtual |
Update the invalid click feedback.
Implements AzToolsFramework::InvalidClick.
|
overridevirtual |
Report if the click feedback is running or not (returning false will signal the TickBus can be disconnected from).
Implements AzToolsFramework::InvalidClick.