LeviLamina
Loading...
Searching...
No Matches
ActorAnimationControllerInfo.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/string/HashedString.h"
7
8// auto generated forward declare list
9// clang-format off
11// clang-format on
12
13class ActorAnimationControllerInfo {
14public:
15 // member variables
16 // NOLINTBEGIN
17 ::ll::TypedStorage<8, 48, ::HashedString> mName;
18 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::ActorAnimationController>> mPtr;
19 // NOLINTEND
20
21#ifdef LL_PLAT_S
22#else // LL_PLAT_C
23public:
24 // prevent constructor by default
25 ActorAnimationControllerInfo();
26
27#endif
28public:
29 // member functions
30 // NOLINTBEGIN
31#ifdef LL_PLAT_C
32 MCAPI explicit ActorAnimationControllerInfo(::HashedString const& name);
33#endif
34 // NOLINTEND
35
36public:
37 // constructor thunks
38 // NOLINTBEGIN
39#ifdef LL_PLAT_C
40 MCAPI void* $ctor(::HashedString const& name);
41#endif
42 // NOLINTEND
43};
Definition ActorAnimationController.h:17
Definition HashedString.h:5