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

Public Member Functions

ActorSkeletalAnimationPlayeroperator= (ActorSkeletalAnimationPlayer const &)
 
 ActorSkeletalAnimationPlayer (ActorSkeletalAnimationPlayer const &)
 
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<::ActorAnimationPlayerfindAnimation (::HashedString const &)
 
virtual::ActorAnimationType getAnimationType () const
 
virtual::HashedString const & getRawName () const
 
MCAPI ActorSkeletalAnimationPlayer (::HashedString const &friendlyName, ::ActorSkeletalAnimationPtr animationData, ::AnimationComponent &animationComponent, ::ExpressionNode const &blendExpression)
 
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 ()
 
MCAPI 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)
 
MCAPI bool $hasAnimationFinished () const
 
MCAPI ::std::shared_ptr<::ActorAnimationPlayer$findAnimation (::HashedString const &)
 
MCAPI::ActorAnimationType $getAnimationType () const
 
MCAPI::HashedString const & $getRawName () const
 
MCAPI void * $ctor (::HashedString const &friendlyName, ::ExpressionNode const &blendExpression)
 

Static Public Member Functions

static MCAPI void ** $vftable ()
 

Public Attributes

::ll::UntypedStorage< 8, 16 > mUnkf2dda4
 
::ll::UntypedStorage< 8, 24 > mUnk934a88
 
::ll::UntypedStorage< 8, 64 > mUnk64ca7e
 
::ll::UntypedStorage< 8, 8 > mUnkbf3295
 
::ll::UntypedStorage< 8, 8 > mUnk80bd55
 
::ll::UntypedStorage< 4, 4 > mUnk173802
 
::ll::UntypedStorage< 4, 4 > mUnk7a32f6
 
::ll::UntypedStorage< 4, 4 > mUnk2a6bf2
 
::ll::UntypedStorage< 8, 48 > mUnkd5fe13
 
::ll::UntypedStorage< 8, 16 > mUnkad5060
 
::ll::UntypedStorage< 1, 1 > mUnk923d16
 
::ll::UntypedStorage< 1, 1 > mUnkdcf6cd
 

Constructor & Destructor Documentation

◆ ActorSkeletalAnimationPlayer()

MCAPI ActorSkeletalAnimationPlayer::ActorSkeletalAnimationPlayer ( ::HashedString const & friendlyName,
::ActorSkeletalAnimationPtr animationData,
::AnimationComponent & animationComponent,
::ExpressionNode const & blendExpression )
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.

Member Function Documentation

◆ applyToPose()

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

Implements ActorAnimationPlayer.

◆ resetAnimation()

virtual void ActorSkeletalAnimationPlayer::resetAnimation ( )
virtual

Implements ActorAnimationPlayer.

◆ buildBoneToPartMapping()

virtual void ActorSkeletalAnimationPlayer::buildBoneToPartMapping ( ::AnimationComponent & animationComponent)
virtual

Reimplemented from ActorAnimationPlayer.

◆ bindParticleEffects()

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

Reimplemented from ActorAnimationPlayer.

◆ bindSoundEffects()

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

Reimplemented from ActorAnimationPlayer.

◆ hasAnimationFinished()

virtual bool ActorSkeletalAnimationPlayer::hasAnimationFinished ( ) const
virtual

Implements ActorAnimationPlayer.

◆ findAnimation()

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

Implements ActorAnimationPlayer.

◆ getAnimationType()

virtual::ActorAnimationType ActorSkeletalAnimationPlayer::getAnimationType ( ) const
virtual

Implements ActorAnimationPlayer.

◆ getRawName()

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

Implements ActorAnimationPlayer.

◆ $ctor() [1/2]

MCAPI void * ActorSkeletalAnimationPlayer::$ctor ( ::HashedString const & friendlyName,
::ActorSkeletalAnimationPtr animationData,
::AnimationComponent & animationComponent,
::ExpressionNode const & blendExpression )
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.

◆ $dtor()

MCAPI void ActorSkeletalAnimationPlayer::$dtor ( )
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.

◆ $applyToPose()

MCAPI void ActorSkeletalAnimationPlayer::$applyToPose ( ::RenderParams & renderParams,
::std::unordered_map<::SkeletalHierarchyIndex, ::std::vector<::BoneOrientation > > & destBoneOrientationMap,
float blendWeight )
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.

◆ $resetAnimation()

MCAPI void ActorSkeletalAnimationPlayer::$resetAnimation ( )
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.

◆ $buildBoneToPartMapping()

MCAPI void ActorSkeletalAnimationPlayer::$buildBoneToPartMapping ( ::AnimationComponent & animationComponent)
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.

◆ $bindParticleEffects()

MCAPI void ActorSkeletalAnimationPlayer::$bindParticleEffects ( ::std::unordered_map<::HashedString, ::HashedString > const & actorParticleEffectMap)
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.

◆ $bindSoundEffects()

MCAPI void ActorSkeletalAnimationPlayer::$bindSoundEffects ( ::std::unordered_map<::HashedString, ::std::string > const & actorSoundEffectMap)
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.

◆ $hasAnimationFinished()

MCAPI bool ActorSkeletalAnimationPlayer::$hasAnimationFinished ( ) const
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.

◆ $findAnimation()

MCAPI ::std::shared_ptr<::ActorAnimationPlayer > ActorSkeletalAnimationPlayer::$findAnimation ( ::HashedString const & )
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.

◆ $getAnimationType()

MCAPI::ActorAnimationType ActorSkeletalAnimationPlayer::$getAnimationType ( ) const
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.

◆ $getRawName()

MCAPI::HashedString const & ActorSkeletalAnimationPlayer::$getRawName ( ) const
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.

◆ $vftable()

static MCAPI void ** ActorSkeletalAnimationPlayer::$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.

◆ $ctor() [2/2]

MCAPI void * ActorAnimationPlayer::$ctor ( ::HashedString const & friendlyName,
::ExpressionNode const & blendExpression )
inherited
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: