LeviLamina
Loading...
Searching...
No Matches
UV.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/FlipBook.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace cereal { struct ReflectionCtx; }
12// clang-format on
13
14namespace SharedTypes::v1_20_80 {
15
16struct UV {
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<4, 4, int> mWidth;
21 ::ll::TypedStorage<4, 4, int> mHeight;
22 ::ll::TypedStorage<8, 96, ::std::array<::SharedTypes::Legacy::ExpressionNode, 2>> mUVExpr;
23 ::ll::TypedStorage<8, 96, ::std::array<::SharedTypes::Legacy::ExpressionNode, 2>> mUVSizeExpr;
24 ::ll::TypedStorage<8, 184, ::std::optional<::SharedTypes::v1_20_80::FlipBook>> mFlipBook;
25 // NOLINTEND
26
27public:
28 // prevent constructor by default
29 UV();
30
31public:
32 // member functions
33 // NOLINTBEGIN
35
36 MCAPI UV(::SharedTypes::v1_20_80::UV const&);
37
38 MCAPI ::SharedTypes::v1_20_80::UV& operator=(::SharedTypes::v1_20_80::UV&&);
39
40 MCAPI ::SharedTypes::v1_20_80::UV& operator=(::SharedTypes::v1_20_80::UV const&);
41
42 MCAPI ~UV();
43 // NOLINTEND
44
45public:
46 // static functions
47 // NOLINTBEGIN
48 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
49 // NOLINTEND
50
51public:
52 // constructor thunks
53 // NOLINTBEGIN
54 MCAPI void* $ctor(::SharedTypes::v1_20_80::UV&&);
55
56 MCAPI void* $ctor(::SharedTypes::v1_20_80::UV const&);
57 // NOLINTEND
58
59public:
60 // destructor thunk
61 // NOLINTBEGIN
62 MCAPI void $dtor();
63 // NOLINTEND
64};
65
66} // namespace SharedTypes::v1_20_80
Definition UV.h:16
Definition ReflectionCtx.h:11
Definition ctx.h:5