#include <llmotion.h>
Inheritance diagram for LLTestMotion:
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] |
LLTestMotion::~LLTestMotion | ( | ) | [inline] |
Definition at line 199 of file llmotion.h.
LLMotionBlendType LLTestMotion::getBlendType | ( | ) | [inline, virtual] |
F32 LLTestMotion::getDuration | ( | ) | [inline, virtual] |
F32 LLTestMotion::getEaseInDuration | ( | ) | [inline, virtual] |
F32 LLTestMotion::getEaseOutDuration | ( | ) | [inline, virtual] |
BOOL LLTestMotion::getLoop | ( | ) | [inline, virtual] |
F32 LLTestMotion::getMinPixelArea | ( | ) | [inline, virtual] |
LLJoint::JointPriority LLTestMotion::getPriority | ( | ) | [inline, virtual] |
BOOL LLTestMotion::onActivate | ( | ) | [inline, virtual] |
void LLTestMotion::onDeactivate | ( | ) | [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.