LeviLamina
Loading...
Searching...
No Matches
VariationMap.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/json/Value.h"
7
8
namespace
cg {
9
10
struct
VariationMap
{
11
public
:
12
// VariationMap inner types define
13
using
MaterialJsonVariationMap = ::std::map<::std::string, ::cg::VariationMap>;
14
15
public
:
16
// member variables
17
// NOLINTBEGIN
18
::ll::TypedStorage<8, 16, ::std::map<::std::string, ::cg::VariationMap>> mMaterialJsonVariationMap;
19
::ll::TypedStorage<8, 16, ::Json::Value> mVariantJson;
20
// NOLINTEND
21
22
public
:
23
// member functions
24
// NOLINTBEGIN
25
26
// NOLINTEND
27
28
public
:
29
// constructor thunks
30
// NOLINTBEGIN
31
MCAPI_C
void
* $ctor(
::cg::VariationMap
const
&);
32
// NOLINTEND
33
34
public
:
35
// destructor thunk
36
// NOLINTBEGIN
37
MCAPI_C
void
$dtor();
38
// NOLINTEND
39
};
40
41
}
// namespace cg
cg::VariationMap
Definition
VariationMap.h:10
src
mc
deps
core_graphics
VariationMap.h
Generated on
for LeviLamina by
1.16.1