#include <Paddle.H>
Public Member Functions | |
Paddle (Story *story) | |
virtual | ~Paddle () |
virtual void | trackerMove (EventRef e) |
Vector3 | getPosition () |
double | radius () |
void | show () |
void | hide () |
Static Public Member Functions | |
static Paddle * | instance () |
static bool | shouldBounce (NiceTextRef niceText) |
static void | startBounce (Array< Word * > &words) |
static void | enableBounce (bool enable) |
static void | bounceFragment (Word *word, int emptySpotIndex, Section *section) |
Protected Attributes | |
Story * | _story |
FsaRef | _fsa |
Array< DrawObjRef > | _objs |
CoordinateFrame | _frame |
double | _radius |
bool | _moveDrawObjs |
bool | _bounceEnabled |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|