LeviLamina
Loading...
Searching...
No Matches
TintingComponentColor.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/legacy/ExpressionNode.h"
7#include "mc/deps/shared_types/v1_20_80/particle/ColorExpr.h"
8#include "mc/deps/shared_types/v1_20_80/particle/ColorGradient.h"
9
10// auto generated forward declare list
11// clang-format off
12namespace cereal { struct ReflectionCtx; }
13// clang-format on
14
15namespace SharedTypes::v1_20_80 {
16
17struct TintingComponentColor {
18public:
19 // member variables
20 // NOLINTBEGIN
21 ::ll::TypedStorage<8, 64, ::std::optional<::SharedTypes::v1_20_80::ColorGradient>> mInterpolatedColor;
22 ::ll::TypedStorage<8, 56, ::std::optional<::SharedTypes::Legacy::ExpressionNode>> mInterpolantExpr;
23 ::ll::TypedStorage<8, 200, ::std::optional<::SharedTypes::v1_20_80::ColorExpr>> mColor;
24 // NOLINTEND
25
26public:
27 // prevent constructor by default
28 TintingComponentColor& operator=(TintingComponentColor const&);
29 TintingComponentColor(TintingComponentColor const&);
30 TintingComponentColor();
31
32public:
33 // member functions
34 // NOLINTBEGIN
35 MCAPI ::SharedTypes::v1_20_80::TintingComponentColor& operator=(::SharedTypes::v1_20_80::TintingComponentColor&&);
36
37 MCAPI ~TintingComponentColor();
38 // NOLINTEND
39
40public:
41 // static functions
42 // NOLINTBEGIN
43 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
44 // NOLINTEND
45
46public:
47 // destructor thunk
48 // NOLINTBEGIN
49 MCAPI void $dtor();
50 // NOLINTEND
51};
52
53} // namespace SharedTypes::v1_20_80
Definition TintingComponentColor.h:17
Definition ReflectionCtx.h:11
Definition ctx.h:5