LeviLamina
Loading...
Searching...
No Matches
AnimationEventComponent.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
class
AnimationEventComponent
{
6
public
:
7
// AnimationEventComponent inner types declare
8
// clang-format off
9
struct
AnimationStateData
;
10
// clang-format on
11
12
// AnimationEventComponent inner types define
13
struct
AnimationStateData
{
14
public
:
15
// member variables
16
// NOLINTBEGIN
17
::ll::UntypedStorage<4, 4>
mUnk5db3ef;
18
::ll::UntypedStorage<1, 1>
mUnkd296f6;
19
::ll::UntypedStorage<1, 1>
mUnkc892bb;
20
// NOLINTEND
21
22
public
:
23
// prevent constructor by default
24
AnimationStateData
& operator=(
AnimationStateData
const
&);
25
AnimationStateData
(
AnimationStateData
const
&);
26
AnimationStateData
();
27
};
28
29
public
:
30
// member variables
31
// NOLINTBEGIN
32
::ll::TypedStorage<8, 24, ::std::vector<::AnimationEventComponent::AnimationStateData>> mObservedAnimationStates;
33
// NOLINTEND
34
};
AnimationEventComponent
Definition
AnimationEventComponent.h:5
AnimationEventComponent::AnimationStateData
Definition
AnimationEventComponent.h:13
ll::UntypedStorage
Definition
Alias.h:14
src
mc
entity
components
AnimationEventComponent.h
Generated on Sat Apr 26 2025 05:55:34 for LeviLamina by
1.12.0