|
| virtual void | applyToPose (::RenderParams &renderParams, ::std::unordered_map<::SkeletalHierarchyIndex, ::std::vector<::BoneOrientation > > &destBoneOrientationMap, float blendWeight) |
| |
| virtual void | resetAnimation () |
| |
| virtual void | buildBoneToPartMapping (::AnimationComponent &animationComponent) |
| |
| virtual void | bindParticleEffects (::std::unordered_map<::HashedString, ::HashedString > const &actorParticleEffectMap) |
| |
| virtual void | bindSoundEffects (::std::unordered_map<::HashedString, ::std::string > const &actorSoundEffectMap) |
| |
| virtual bool | hasAnimationFinished () const |
| |
| virtual ::std::shared_ptr<::ActorAnimationPlayer > | findAnimation (::HashedString const &) |
| |
| virtual::ActorAnimationType | getAnimationType () const |
| |
| virtual::HashedString const & | getRawName () const |
| |
| virtual void | visit (::AnimationVisitor &&dispatcher) |
| |
|
MCAPI | ActorSkeletalAnimationPlayer (::HashedString const &friendlyName, ::ActorSkeletalAnimationPtr animationData, ::AnimationComponent &animationComponent, ::ExpressionNode const &blendExpression) |
| |
|
MCAPI bool | _updateAnimTime (::RenderParams &renderParams) |
| |
|
MCAPI void * | $ctor (::HashedString const &friendlyName, ::ActorSkeletalAnimationPtr animationData, ::AnimationComponent &animationComponent, ::ExpressionNode const &blendExpression) |
| |
|
MCAPI void | $dtor () |
| |
|
MCAPI void | $applyToPose (::RenderParams &renderParams, ::std::unordered_map<::SkeletalHierarchyIndex, ::std::vector<::BoneOrientation > > &destBoneOrientationMap, float blendWeight) |
| |
|
MCAPI void | $resetAnimation () |
| |
|
MCFOLD void | $buildBoneToPartMapping (::AnimationComponent &animationComponent) |
| |
|
MCAPI void | $bindParticleEffects (::std::unordered_map<::HashedString, ::HashedString > const &actorParticleEffectMap) |
| |
|
MCAPI void | $bindSoundEffects (::std::unordered_map<::HashedString, ::std::string > const &actorSoundEffectMap) |
| |
|
MCFOLD bool | $hasAnimationFinished () const |
| |
|
MCFOLD ::std::shared_ptr<::ActorAnimationPlayer > | $findAnimation (::HashedString const &) |
| |
|
MCFOLD::ActorAnimationType | $getAnimationType () const |
| |
|
MCAPI::HashedString const & | $getRawName () const |
| |
|
MCAPI void | $visit (::AnimationVisitor &&dispatcher) |
| |
|
MCAPI void * | $ctor (::HashedString const &friendlyName, ::ExpressionNode const &blendExpression) |
| |
|
|
::ll::TypedStorage< 8, 16, ::ActorSkeletalAnimationPtr > | mAnimationData |
| |
|
::ll::TypedStorage< 8, 24, ::std::vector<::BoneAnimationPlayer > > | mBoneAnimationPlayers |
| |
|
::ll::TypedStorage< 8, 64, ::std::unordered_map<::SkeletalHierarchyIndex, ::std::vector< int > > > | mBoneToPartMapping |
| |
|
::ll::TypedStorage< 8, 8, ::std::unordered_map<::HashedString, ::HashedString > const * > | mActorParticleEffectMap |
| |
|
::ll::TypedStorage< 8, 8, ::std::unordered_map<::HashedString, ::std::string > const * > | mActorSoundEffectMap |
| |
|
::ll::TypedStorage< 4, 4, float > | mAnimTime |
| |
|
::ll::TypedStorage< 4, 4, float > | mLastAnimTime |
| |
|
::ll::TypedStorage< 4, 4, float > | mStartDelay |
| |
|
::ll::TypedStorage< 8, 48, ::HashedString const > | mFriendlyName |
| |
|
::ll::TypedStorage< 8, 16, ::ExpressionNode const > | mBlendExpression |
| |
|
::ll::TypedStorage< 1, 1, bool > | mExpanded |
| |
|
::ll::TypedStorage< 1, 1, bool > | mAnimationFinished |
| |