| addPositionKey(int boneIndex, float time, float x, float y, float z) | eve::animation::AnimClip | |
| addRotationKey(int boneIndex, float time, float x, float y, float z, float w) | eve::animation::AnimClip | |
| addScaleKey(int boneIndex, float time, float x, float y, float z) | eve::animation::AnimClip | |
| adopt(AnimClip &other) | eve::animation::AnimClip | |
| AnimClip(std::string name="") | eve::animation::AnimClip | explicit |
| AnimClip(const AnimClip &)=delete | eve::animation::AnimClip | |
| applyPlanarRootMotion(int boneIndex, float speedX, float speedZ) | eve::animation::AnimClip | |
| getDuration() const | eve::animation::AnimClip | inline |
| getLoop() const | eve::animation::AnimClip | inline |
| getName() const | eve::animation::AnimClip | inline |
| getPositionKeyCount(int boneIndex) const | eve::animation::AnimClip | |
| getPositionKeyTime(int boneIndex, int keyIndex) const | eve::animation::AnimClip | |
| getPositionKeyX(int boneIndex, int keyIndex) const | eve::animation::AnimClip | |
| getPositionKeyY(int boneIndex, int keyIndex) const | eve::animation::AnimClip | |
| getPositionKeyZ(int boneIndex, int keyIndex) const | eve::animation::AnimClip | |
| getRotationKeyCount(int boneIndex) const | eve::animation::AnimClip | |
| getRotationKeyTime(int boneIndex, int keyIndex) const | eve::animation::AnimClip | |
| getRotationKeyW(int boneIndex, int keyIndex) const | eve::animation::AnimClip | |
| getRotationKeyX(int boneIndex, int keyIndex) const | eve::animation::AnimClip | |
| getRotationKeyY(int boneIndex, int keyIndex) const | eve::animation::AnimClip | |
| getRotationKeyZ(int boneIndex, int keyIndex) const | eve::animation::AnimClip | |
| getSampleRate() const | eve::animation::AnimClip | inline |
| getScaleKeyCount(int boneIndex) const | eve::animation::AnimClip | |
| getScaleKeyTime(int boneIndex, int keyIndex) const | eve::animation::AnimClip | |
| getScaleKeyX(int boneIndex, int keyIndex) const | eve::animation::AnimClip | |
| getScaleKeyY(int boneIndex, int keyIndex) const | eve::animation::AnimClip | |
| getScaleKeyZ(int boneIndex, int keyIndex) const | eve::animation::AnimClip | |
| operator=(const AnimClip &)=delete | eve::animation::AnimClip | |
| sample(float time, AnimPose *out, const AnimSkeleton *skeleton=nullptr) const | eve::animation::AnimClip | |
| setDuration(float seconds) | eve::animation::AnimClip | |
| setLoop(bool loop) | eve::animation::AnimClip | inline |
| setName(const std::string &name) | eve::animation::AnimClip | inline |
| setSampleRate(float hz) | eve::animation::AnimClip | |
| wrapTime(float time) const | eve::animation::AnimClip | |
| ~AnimClip() | eve::animation::AnimClip | |