LeviLamina
Loading...
Searching...
No Matches
ParsedTextureSetLayer.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
9 ::ll::UntypedStorage<8, 56> mUnkb42cfe;
10 ::ll::UntypedStorage<8, 56> mUnk19041c;
11 ::ll::UntypedStorage<4, 16> mUnkf47021;
12 ::ll::UntypedStorage<1, 1> mUnk5dc33f;
13 ::ll::UntypedStorage<4, 4> mUnk469263;
14 ::ll::UntypedStorage<4, 16> mUnk226562;
15 ::ll::UntypedStorage<4, 16> mUnkeedc2e;
16 ::ll::UntypedStorage<4, 64> mUnk750fc9;
17 ::ll::UntypedStorage<4, 64> mUnkca47a8;
18 ::ll::UntypedStorage<4, 4> mUnk1ca79d;
19 ::ll::UntypedStorage<1, 1> mUnke9c873;
20 ::ll::UntypedStorage<1, 1> mUnkb4e110;
21 ::ll::UntypedStorage<1, 1> mUnk9939eb;
22 // NOLINTEND
23
24public:
25 // prevent constructor by default
27
28public:
29 // member functions
30 // NOLINTBEGIN
32
34
36
38 // NOLINTEND
39
40public:
41 // constructor thunks
42 // NOLINTBEGIN
43 MCNAPI void* $ctor();
44
45 MCNAPI void* $ctor(::ParsedTextureSetLayer const&);
46
48 // NOLINTEND
49
50public:
51 // destructor thunk
52 // NOLINTBEGIN
53 MCNAPI void $dtor();
54 // NOLINTEND
55};
Definition ParsedTextureSetLayer.h:5
MCAPI void * $ctor()
MCAPI ParsedTextureSetLayer(::ParsedTextureSetLayer &&)
MCAPI ~ParsedTextureSetLayer()
MCAPI ParsedTextureSetLayer(::ParsedTextureSetLayer const &)
MCAPI void * $ctor(::ParsedTextureSetLayer &&)
MCAPI void * $ctor(::ParsedTextureSetLayer const &)