|
MT Showcase SDK
|
Interface for widgets rendering progress animation. More...
#include <ProgressAnimationWidget.hpp>
Inherits Widget.
Public Member Functions | |
| virtual void | progress (Nimble::Vector2f center, float rotation, float radius, float done)=0 |
| Set progress to animation. More... | |
Interface for widgets rendering progress animation.
|
pure virtual |
Set progress to animation.
| center | of the progress in parent's coordinates |
| rotation | of the progressing thing (f.ex. hand) |
| radius | of the progress animation in pixels |
| done | progress between 0 and 1 where 1 is ready |