LeviLamina
Loading...
Searching...
No Matches
AnimationEventComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // AnimationEventComponent inner types declare
8 // clang-format off
10 // clang-format on
11
12 // AnimationEventComponent inner types define
14 public:
15 // member variables
16 // NOLINTBEGIN
20 // NOLINTEND
21
22 public:
23 // prevent constructor by default
24 AnimationStateData& operator=(AnimationStateData const&);
27 };
28
29public:
30 // member variables
31 // NOLINTBEGIN
32 ::ll::TypedStorage<8, 24, ::std::vector<::AnimationEventComponent::AnimationStateData>> mObservedAnimationStates;
33 // NOLINTEND
34};
Definition AnimationEventComponent.h:5
Definition AnimationEventComponent.h:13
Definition Alias.h:14