3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/world/actor/animation/AnimationComponentGroupType.h"
18 MCNAPI static ::std::unordered_map<::AnimationComponentID, ::std::weak_ptr<::AnimationComponent>>&
21 MCNAPI static ::std::shared_ptr<::AnimationComponent>
Definition AnimationComponentGroup.h:14
static MCAPI ::std::unordered_map<::AnimationComponentID, ::std::weak_ptr<::AnimationComponent > > & _getAllAnimationComponents(::AnimationComponentGroupType groupType)
static MCAPI ::std::shared_ptr<::AnimationComponent > getAnimationComponent(::AnimationComponentGroupType groupType, ::AnimationComponentID ownerUUID)
static MCAPI void releaseAnimationComponent(::AnimationComponentGroupType groupType, ::AnimationComponentID ownerUUID)
Definition AnimationComponentID.h:5
Definition AnimationComponent.h:26