|
Public Member Functions |
| | LerpEffect (Array< Word * > &words, double startTime, double duration, bool startPaused, const CoordinateFrame &startFrame, const CoordinateFrame &endFrame, Effect *nextEffect=NULL) |
| | LerpEffect (Word *word, double startTime, double duration, bool startPaused, const CoordinateFrame &startFrame, const CoordinateFrame &endFrame, Effect *nextEffect=NULL) |
| virtual | ~LerpEffect () |
| virtual void | animate () |
| | Subclasses should implement.
|
| void | enableBounce () |
Static Public Member Functions |
| static LerpEffect * | fromXML (xercesc::DOMElement *node, bool startPaused=true) |
Protected Attributes |
| CoordinateFrame | _startFrame |
| CoordinateFrame | _endFrame |
| Effect * | _nextEffect |
| bool | _enableBounce |