LeviLamina
Loading...
Searching...
No Matches
ActorAnimationControllerPlayer Class Reference
Inheritance diagram for ActorAnimationControllerPlayer:

Public Member Functions

virtual void applyToPose (::RenderParams &renderParams, ::std::unordered_map<::SkeletalHierarchyIndex, ::std::vector<::BoneOrientation > > &destBoneOrientationsMap, float blendWeight)
virtual void resetAnimation ()
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 &friendlyName)
virtual::ActorAnimationType getAnimationType () const
virtual::HashedString const & getRawName () const
virtual void visit (::AnimationVisitor &&dispatcher)
MCAPI ActorAnimationControllerPlayer (::HashedString const &friendlyName, ::ActorAnimationControllerPtr const &animationControllerPtr, ::AnimationComponent &animationComponent, ::ExpressionNode const &blendExpression, ::std::set<::HashedString, ::std::hash<::HashedString > > &animationControllerNameStack)
MCAPI void applyStateAnimationToPose (::RenderParams &renderParams, ::std::unordered_map<::SkeletalHierarchyIndex, ::std::vector<::BoneOrientation > > &destBoneOrientationsMap, float blendWeight)
MCAPI void blendViaShortestPath (::std::unordered_map<::SkeletalHierarchyIndex, ::std::vector<::BoneOrientation > > &destBoneOrientationsMap, ::std::unordered_map<::SkeletalHierarchyIndex, ::std::vector<::BoneOrientation > > const &blendOutBoneOrientationsMap, ::std::unordered_map<::SkeletalHierarchyIndex, ::std::vector<::BoneOrientation > > const &blendInBoneOrientationsMap, float blendInWeight, float blendWeight)
MCAPI_C ::std::shared_ptr<::ActorAnimationControllerStatePlayergetStatePlayer (::HashedString const &stateName, ::AnimationComponent &animationComponent, bool createIfMissing)
MCAPI void * $ctor (::HashedString const &friendlyName, ::ActorAnimationControllerPtr const &animationControllerPtr, ::AnimationComponent &animationComponent, ::ExpressionNode const &blendExpression, ::std::set<::HashedString, ::std::hash<::HashedString > > &animationControllerNameStack)
MCAPI void $applyToPose (::RenderParams &renderParams, ::std::unordered_map<::SkeletalHierarchyIndex, ::std::vector<::BoneOrientation > > &destBoneOrientationsMap, float blendWeight)
MCAPI void $resetAnimation ()
MCAPI void $bindParticleEffects (::std::unordered_map<::HashedString, ::HashedString > const &actorParticleEffectMap)
MCAPI void $bindSoundEffects (::std::unordered_map<::HashedString, ::std::string > const &actorSoundEffectMap)
MCAPI bool $hasAnimationFinished () const
MCAPI ::std::shared_ptr<::ActorAnimationPlayer > $findAnimation (::HashedString const &friendlyName)
MCFOLD::ActorAnimationType $getAnimationType () const
MCAPI::HashedString const & $getRawName () const
MCAPI void $visit (::AnimationVisitor &&dispatcher)
virtual void buildBoneToPartMapping (::AnimationComponent &)
MCAPI void * $ctor (::HashedString const &friendlyName, ::ExpressionNode const &blendExpression)
MCAPI void $dtor ()
MCFOLD void $buildBoneToPartMapping (::AnimationComponent &)

Static Public Member Functions

static MCAPI void ** $vftable ()

Public Attributes

::ll::TypedStorage< 8, 16, ::ActorAnimationControllerPtrmAnimationControllerPtr
::ll::TypedStorage< 4, 4, int > mCurrStateIndex
::ll::TypedStorage< 4, 4, int > mLastStateIndex
::ll::TypedStorage< 4, 4, int > mNextStateIndex
::ll::TypedStorage< 4, 4, int > mBlendTransitionStateIndex
::ll::TypedStorage< 4, 4, float > mBlendTransitionTime
::ll::TypedStorage< 8, 24, ::std::vector<::std::shared_ptr<::ActorAnimationControllerStatePlayer > > > mAnimationControllerStatePlayers
::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< 8, 48, ::HashedString const > mFriendlyName
::ll::TypedStorage< 8, 16, ::ExpressionNode const > mBlendExpression
::ll::TypedStorage< 1, 1, bool > mExpanded
::ll::TypedStorage< 1, 1, bool > mAnimationFinished

Member Function Documentation

◆ applyToPose()

virtual void ActorAnimationControllerPlayer::applyToPose ( ::RenderParams & renderParams,
::std::unordered_map<::SkeletalHierarchyIndex, ::std::vector<::BoneOrientation > > & destBoneOrientationsMap,
float blendWeight )
virtual

Implements ActorAnimationPlayer.

◆ resetAnimation()

virtual void ActorAnimationControllerPlayer::resetAnimation ( )
virtual

Implements ActorAnimationPlayer.

◆ bindParticleEffects()

virtual void ActorAnimationControllerPlayer::bindParticleEffects ( ::std::unordered_map<::HashedString, ::HashedString > const & actorParticleEffectMap)
virtual

Reimplemented from ActorAnimationPlayer.

◆ bindSoundEffects()

virtual void ActorAnimationControllerPlayer::bindSoundEffects ( ::std::unordered_map<::HashedString, ::std::string > const & actorSoundEffectMap)
virtual

Reimplemented from ActorAnimationPlayer.

◆ hasAnimationFinished()

virtual bool ActorAnimationControllerPlayer::hasAnimationFinished ( ) const
virtual

Implements ActorAnimationPlayer.

◆ findAnimation()

virtual ::std::shared_ptr<::ActorAnimationPlayer > ActorAnimationControllerPlayer::findAnimation ( ::HashedString const & friendlyName)
virtual

Implements ActorAnimationPlayer.

◆ getAnimationType()

virtual::ActorAnimationType ActorAnimationControllerPlayer::getAnimationType ( ) const
virtual

Implements ActorAnimationPlayer.

◆ getRawName()

virtual::HashedString const & ActorAnimationControllerPlayer::getRawName ( ) const
virtual

Implements ActorAnimationPlayer.

◆ visit()

virtual void ActorAnimationControllerPlayer::visit ( ::AnimationVisitor && dispatcher)
virtual

Reimplemented from ActorAnimationPlayer.

◆ $vftable()

MCAPI void ** ActorAnimationControllerPlayer::$vftable ( )
static
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

The documentation for this class was generated from the following file: