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
8namespace cg {
9
11public:
12 // VariationMap inner types define
13 using MaterialJsonVariationMap = ::std::map<::std::string, ::cg::VariationMap>;
14
15public:
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
22public:
23 // member functions
24 // NOLINTBEGIN
25
26 // NOLINTEND
27
28public:
29 // constructor thunks
30 // NOLINTBEGIN
31 MCAPI_C void* $ctor(::cg::VariationMap const&);
32 // NOLINTEND
33
34public:
35 // destructor thunk
36 // NOLINTBEGIN
37 MCAPI_C void $dtor();
38 // NOLINTEND
39};
40
41} // namespace cg
Definition VariationMap.h:10