|
LeviLamina
|
Public Member Functions | |
| virtual void | applyToPose (::RenderParams &, ::std::unordered_map<::SkeletalHierarchyIndex, ::std::vector<::BoneOrientation > > &, float)=0 |
| virtual void | resetAnimation ()=0 |
| virtual void | buildBoneToPartMapping (::AnimationComponent &) |
| virtual void | bindParticleEffects (::std::unordered_map<::HashedString, ::HashedString > const &) |
| virtual void | bindSoundEffects (::std::unordered_map<::HashedString, ::std::string > const &) |
| virtual bool | hasAnimationFinished () const =0 |
| virtual ::std::shared_ptr<::ActorAnimationPlayer > | findAnimation (::HashedString const &)=0 |
| virtual::ActorAnimationType | getAnimationType () const =0 |
| virtual::HashedString const & | getRawName () const =0 |
| virtual void | visit (::AnimationVisitor &&dispatcher) |
| MCAPI | ActorAnimationPlayer (::HashedString const &friendlyName, ::ExpressionNode const &blendExpression) |
| MCAPI void * | $ctor (::HashedString const &friendlyName, ::ExpressionNode const &blendExpression) |
| MCAPI void | $dtor () |
| MCFOLD void | $buildBoneToPartMapping (::AnimationComponent &) |
| MCFOLD void | $bindParticleEffects (::std::unordered_map<::HashedString, ::HashedString > const &) |
| MCFOLD void | $bindSoundEffects (::std::unordered_map<::HashedString, ::std::string > const &) |
| MCAPI void | $visit (::AnimationVisitor &&dispatcher) |
Static Public Member Functions | |
| static MCAPI void ** | $vftable () |
Public Attributes | |
| ::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 |
|
static |