|
Fillwave
10.0.0
|
Base for every finishable callback. More...
#include <Finishable.h>
Public Member Functions | |
| Finishable (float timeToFinish) | |
| Finishable (const Finishable &arg) | |
| Finishable & | operator= (const Finishable &postProcessingPass) |
| void | checkTime (float timePassed) |
| float | getPercentageDone () const |
| void | finish () |
| void | reset () |
| bool | isFinished () const |
Protected Attributes | |
| bool | mFinished |
| float | mTimeToFinish |
| float | mTimePassed |
| float | mPercentageDone |
Base for every finishable callback.
1.8.11