LeviLamina
Loading...
Searching...
No Matches
ColorProxy.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/ColorGradient.h"
8
9namespace SharedTypes::v1_20_80::ParticleAppearanceTintingComponentHelper {
10
11struct ColorProxy {
12public:
13 // member variables
14 // NOLINTBEGIN
15 ::ll::TypedStorage<8, 56, ::SharedTypes::v1_20_80::ColorGradient> mInterpolatedColor;
16 ::ll::TypedStorage<8, 48, ::SharedTypes::Legacy::ExpressionNode> mInterpolantExpr;
17 // NOLINTEND
18
19public:
20 // prevent constructor by default
21 ColorProxy& operator=(ColorProxy const&);
22 ColorProxy();
23
24public:
25 // member functions
26 // NOLINTBEGIN
28
29 MCAPI bool
31
32 MCAPI ~ColorProxy();
33 // NOLINTEND
34
35public:
36 // constructor thunks
37 // NOLINTBEGIN
39 // NOLINTEND
40
41public:
42 // destructor thunk
43 // NOLINTBEGIN
44 MCAPI void $dtor();
45 // NOLINTEND
46};
47
48} // namespace SharedTypes::v1_20_80::ParticleAppearanceTintingComponentHelper