LeviLamina
Loading...
Searching...
No Matches
AnimationComponentGroup.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/actor/animation/AnimationComponentGroupType.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
AnimationComponent
;
11
class
AnimationComponentID
;
12
// clang-format on
13
14
class
AnimationComponentGroup
{
15
public
:
16
// static functions
17
// NOLINTBEGIN
18
MCAPI static ::std::unordered_map<::AnimationComponentID, ::std::weak_ptr<::AnimationComponent>>&
19
_getAllAnimationComponents(::AnimationComponentGroupType groupType);
20
21
MCAPI static ::std::shared_ptr<::AnimationComponent>
22
getAnimationComponent(::AnimationComponentGroupType groupType,
::AnimationComponentID
ownerUUID);
23
24
MCAPI
static
void
25
releaseAnimationComponent(::AnimationComponentGroupType groupType,
::AnimationComponentID
ownerUUID);
26
// NOLINTEND
27
};
AnimationComponentGroup
Definition
AnimationComponentGroup.h:14
AnimationComponentID
Definition
AnimationComponentID.h:5
AnimationComponent
Definition
AnimationComponent.h:26
src
mc
world
actor
animation
AnimationComponentGroup.h
Generated on Sat Apr 26 2025 05:56:04 for LeviLamina by
1.12.0