LeviLamina
Loading...
Searching...
No Matches
ServerPBRTextureData.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // ServerPBRTextureData inner types declare
8 // clang-format off
9 struct ServerMERSTextureData;
10 struct ServerNormalTextureData;
11 // clang-format on
12
13 // ServerPBRTextureData inner types define
15
17
18public:
19 // member variables
20 // NOLINTBEGIN
26 // NOLINTEND
27
28public:
29 // prevent constructor by default
31
32public:
33 // member functions
34 // NOLINTBEGIN
36
38
40
42 // NOLINTEND
43
44public:
45 // constructor thunks
46 // NOLINTBEGIN
47 MCNAPI void* $ctor();
48
50
51 MCNAPI void* $ctor(::ServerPBRTextureData const&);
52 // NOLINTEND
53
54public:
55 // destructor thunk
56 // NOLINTBEGIN
57 MCNAPI void $dtor();
58 // NOLINTEND
59};
Definition ServerPBRTextureData.h:14
Definition ServerPBRTextureData.h:16
Definition ServerPBRTextureData.h:5
MCAPI void * $ctor(::ServerPBRTextureData const &)
MCAPI ServerPBRTextureData()
MCAPI void $dtor()
MCAPI ServerPBRTextureData(::ServerPBRTextureData &&)
MCAPI ServerPBRTextureData(::ServerPBRTextureData const &)
MCAPI void * $ctor()
MCAPI ~ServerPBRTextureData()
MCAPI void * $ctor(::ServerPBRTextureData &&)
Definition Alias.h:14