#include <llmotion.h>


Public Member Functions | |
| LLTestMotion (const LLUUID &id) | |
| ~LLTestMotion () | |
| BOOL | getLoop () |
| F32 | getDuration () |
| F32 | getEaseInDuration () |
| F32 | getEaseOutDuration () |
| LLJoint::JointPriority | getPriority () |
| LLMotionBlendType | getBlendType () |
| F32 | getMinPixelArea () |
| LLMotionInitStatus | onInitialize (LLCharacter *) |
| BOOL | onActivate () |
| BOOL | onUpdate (F32 time, U8 *joint_mask) |
| void | onDeactivate () |
Static Public Member Functions | |
| static LLMotion * | create (const LLUUID &id) |
Definition at line 195 of file llmotion.h.
| LLTestMotion::LLTestMotion | ( | const LLUUID & | id | ) | [inline] |
Definition at line 198 of file llmotion.h.
Referenced by create().

| LLTestMotion::~LLTestMotion | ( | ) | [inline] |
Definition at line 199 of file llmotion.h.
Reimplemented from LLMotion.
Definition at line 200 of file llmotion.h.
References LLTestMotion().

| BOOL LLTestMotion::getLoop | ( | ) | [inline, virtual] |
| F32 LLTestMotion::getDuration | ( | ) | [inline, virtual] |
| F32 LLTestMotion::getEaseInDuration | ( | ) | [inline, virtual] |
| F32 LLTestMotion::getEaseOutDuration | ( | ) | [inline, virtual] |
| LLJoint::JointPriority LLTestMotion::getPriority | ( | ) | [inline, virtual] |
| LLMotionBlendType LLTestMotion::getBlendType | ( | ) | [inline, virtual] |
| F32 LLTestMotion::getMinPixelArea | ( | ) | [inline, virtual] |
| LLMotionInitStatus LLTestMotion::onInitialize | ( | LLCharacter * | ) | [inline, virtual] |
Implements LLMotion.
Definition at line 209 of file llmotion.h.
References llendl, llinfos, and LLMotion::STATUS_SUCCESS.
| BOOL LLTestMotion::onActivate | ( | ) | [inline, virtual] |
| void LLTestMotion::onDeactivate | ( | ) | [inline, virtual] |
1.5.5