|
|
virtual::ClientAnimationComponent * | tryGetClient () |
|
MCAPI | AnimationComponent (::AnimationComponentArguments &&args) |
|
MCAPI_C void | _addAnimationToStatePlayer (::HashedString const &friendlyName, ::std::shared_ptr<::ActorAnimationControllerStatePlayer > player) |
|
MCAPI_C::RenderParams & | _prepRenderParamsForActor (::Actor &actor) |
|
MCAPI void | applyAnimations (bool setDefaultPose) |
|
MCAPI_C bool | attemptToSetParentBoneMapping (::AnimationComponent &parentAnimationComponent, ::BoneOrientation &childBoneOrientation) const |
|
MCAPI ::std::shared_ptr<::ActorAnimationPlayer > | createAnimationPlayer (::HashedString const &friendlyName, ::ExpressionNode const &blendExpression, ::std::set<::HashedString, ::std::hash<::HashedString > > &animationControllerNameStack) |
|
MCAPI_C ::std::shared_ptr<::ActorAnimationControllerStatePlayer > | editGlobalAnimationData (::HashedString const &friendlyName, float blendOutTime, ::std::string const &stopExpression, ::MolangVersion stopExpressionVersion, ::std::string const &nextStateName, ::std::string const &runtimeController) |
|
MCAPI_C void | ensureClientAnimationComponentIsInitialized () |
|
MCAPI_C ::std::shared_ptr<::ActorAnimationPlayer > | findAnimation (::HashedString const &rawAnimationName) |
|
MCAPI_C void | forceNextUpdateToApplyAnimations () |
|
MCAPI_C ::std::shared_ptr<::ActorAnimationControllerPlayer > | getAnimationControllerPlayer (::HashedString const &destControllerName, bool createIfMissing) |
|
MCAPI_C ::std::vector<::BoneOrientation > & | getBoneOrientations (::DataDrivenGeometry const &sourceGeo) |
|
MCAPI ::std::vector<::BoneOrientation > * | getBoneOrientations (::SkeletalHierarchyIndex skeletalHierarchyIndex, bool missingIsOkay) |
|
MCAPI_C::ModelPartLocator * | getLocator (::HashedString const &locatorNameHash) |
|
MCAPI_C::Matrix const * | getQueryableBoneOrientation (uint64 boneNameHash) const |
|
MCAPI_C float | getRegisteredAnimationLength (::std::string const &friendlyName) const |
|
MCAPI_C bool | haveInitializedScriptsRun () const |
|
MCAPI void | initInstanceSpecificAnimationData (::MolangVariableMap *variableMap) |
|
MCAPI_C void | initializeClientAnimationComponent (::std::function< void(::ActorAnimationPlayer &)> animationComponentInitFunction) |
|
MCAPI void | initializeServerAnimationComponent (::Actor &actor, ::std::shared_ptr<::CommonResourceDefinitionMap > animationResourceDefinition, ::std::function< void(::ActorAnimationPlayer &)> animationComponentInitFunction) |
|
MCAPI_C bool | isAnimationRegistered (::HashedString const &friendlyName) const |
|
MCAPI_C ::std::shared_ptr<::ActorAnimationControllerStatePlayer > | playAnimation (::HashedString const &friendlyName, ::HashedString const &owningStateName, ::std::string const &runtimeController) |
|
MCAPI void | setDirty () |
|
MCAPI_C void | setInitializedScriptsRun (bool) |
|
MCAPI_C void | setupDeltaTimeAndLifeTimeParams (bool incrementLifetime) |
|
MCAPI_C bool | tryRegisterAnimation (::HashedString const &friendlyName, ::ActorSkeletalAnimationPtr animation) |
|
MCAPI_C void | updateQueryableGeometryBoneOrientations () |
|
MCAPI_C void | updateRenderControllersToProcess (::std::shared_ptr<::DataDrivenModel > itemModel, ::RenderParams &renderParamsToUseForRenderControllerEvalulation) |
|
MCAPI void * | $ctor (::AnimationComponentArguments &&args) |
|
MCAPI void | $dtor () |
|
MCFOLD::ClientAnimationComponent * | $tryGetClient () |
|
|
::ll::TypedStorage< 8, 16, ::std::shared_ptr<::ActorAnimationControllerStatePlayer > > | mCurrentAnimationControllerStatePlayer |
|
::ll::TypedStorage< 8, 24, ::std::vector<::std::shared_ptr<::ActorAnimationPlayer > > > | mComponentAnimationPlayers |
|
::ll::TypedStorage< 8, 24, ::std::vector<::std::shared_ptr<::ActorAnimationControllerInfo > > > | mOwnedAnimationControllers |
|
::ll::TypedStorage< 8, 64, ::std::unordered_map<::HashedString, ::ModelPartLocator > > | mModelPartLocators |
|
::ll::TypedStorage< 8, 512, ::RenderParams > | mRenderParams |
|
::ll::TypedStorage< 8, 16, ::std::shared_ptr<::ActorAnimationPlayer > > | mPlaySingleAnimation |
|
::ll::TypedStorage< 8, 8, void * > | mModelRenderControllerCacheWasBuiltFrom |
|
::ll::TypedStorage< 8, 16, ::std::weak_ptr<::CommonResourceDefinitionMap > > | mCommonResourceDefinitionMap |
|
::ll::TypedStorage< 8, 8, ::std::unordered_map<::HashedString, ::HashedString > const * > | mParticleEffectMap |
|
::ll::TypedStorage< 8, 64, ::std::function< void(::ActorAnimationPlayer &)> > | mAnimationComponentInitFunction |
|
::ll::TypedStorage< 8, 24, ::std::vector<::AnimationComponent::ChildAnimationComponentInfo > > | mChildAnimationComponents |
|
::ll::TypedStorage< 8, 64, ::std::unordered_map<::SkeletalHierarchyIndex, ::std::vector<::BoneOrientation > > > | mBoneOrientations |
|
::ll::TypedStorage< 1, 1, bool > | mAnimationComponentInitialized |
|
::ll::TypedStorage< 4, 4, ::AnimationComponentGroupType > | mAnimationComponentGroupType |
|
::ll::TypedStorage< 8, 8, ::AnimationComponentID > | mOwnerUUID |
|
::ll::TypedStorage< 8, 8, int64 > | mLastUpdateFrame |
|
::ll::TypedStorage< 8, 8, uint64 > | mLastReloadInitTimeStampClient |
|
::ll::TypedStorage< 8, 16, ::std::weak_ptr<::DataDrivenModel const > > | mLastModelInitializedWith |
|
::ll::TypedStorage< 1, 1, bool > | mApplyAnimations |
|
::ll::TypedStorage< 1, 1, bool > | mNeedToUpdateQueryableBoneOrientations |