LeviLamina
Loading...
Searching...
No Matches
AttributeTrack.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace EAS { class BoolAttribute; }
8namespace EAS { class ColorAttribute; }
9namespace EAS { class FloatAttribute; }
10// clang-format on
11
13public:
14 // AttributeTrack inner types declare
15 // clang-format off
16 template<typename T0> class AttributeTrackImpl;
17 // clang-format on
18
19 // AttributeTrack inner types define
20 template <typename T0>
22
23 using AttributeTrackVariant = ::std::variant<
27
28public:
29 // member variables
30 // NOLINTBEGIN
31 ::ll::TypedStorage<
32 8,
33 80,
34 ::std::variant<
38 mImpl;
39 // NOLINTEND
40};
Definition AttributeTrack.h:21
Definition AttributeTrack.h:12
Definition BoolAttribute.h:16
Definition ColorAttribute.h:18
Definition FloatAttribute.h:16