LeviLamina
Loading...
Searching...
No Matches
ParsedTextureSetLayer.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
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 &)
Definition _HeaderOutputPredefine.h:273