#include <llmotion.h>
Inheritance diagram for LLNullMotion:
Public Member Functions | |
LLNullMotion (const LLUUID &id) | |
~LLNullMotion () | |
BOOL | getLoop () |
F32 | getDuration () |
F32 | getEaseInDuration () |
F32 | getEaseOutDuration () |
LLJoint::JointPriority | getPriority () |
LLMotionBlendType | getBlendType () |
F32 | getMinPixelArea () |
LLMotionInitStatus | onInitialize (LLCharacter *character) |
BOOL | onActivate () |
BOOL | onUpdate (F32 activeTime, U8 *joint_mask) |
void | onDeactivate () |
Static Public Member Functions | |
static LLMotion * | create (const LLUUID &id) |
Definition at line 219 of file llmotion.h.
LLNullMotion::LLNullMotion | ( | const LLUUID & | id | ) | [inline] |
LLNullMotion::~LLNullMotion | ( | ) | [inline] |
Definition at line 223 of file llmotion.h.
Reimplemented from LLMotion.
Definition at line 224 of file llmotion.h.
References LLNullMotion().
Referenced by LLVOAvatar::LLVOAvatar().
LLMotionBlendType LLNullMotion::getBlendType | ( | ) | [inline, virtual] |
F32 LLNullMotion::getDuration | ( | ) | [inline, virtual] |
F32 LLNullMotion::getEaseInDuration | ( | ) | [inline, virtual] |
F32 LLNullMotion::getEaseOutDuration | ( | ) | [inline, virtual] |
BOOL LLNullMotion::getLoop | ( | ) | [inline, virtual] |
F32 LLNullMotion::getMinPixelArea | ( | ) | [inline, virtual] |
LLJoint::JointPriority LLNullMotion::getPriority | ( | ) | [inline, virtual] |
BOOL LLNullMotion::onActivate | ( | ) | [inline, virtual] |
void LLNullMotion::onDeactivate | ( | ) | [inline, virtual] |
LLMotionInitStatus LLNullMotion::onInitialize | ( | LLCharacter * | character | ) | [inline, virtual] |
Implements LLMotion.
Definition at line 250 of file llmotion.h.
References LLMotion::STATUS_SUCCESS.