ASPiK SDK
|
Public Member Functions | |
RepeatTimingFunction (TimingFunctionBase *tf, int32_t repeatCount, bool autoReverse=true) | |
float | getPosition (uint32_t milliseconds) override |
bool | isDone (uint32_t milliseconds) override |
Protected Attributes | |
TimingFunctionBase * | tf |
int32_t | repeatCount |
uint32_t | runCounter |
bool | autoReverse |
bool | isReverse |