LeviLamina
Loading...
Searching...
No Matches
Asset.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
namespace
Json {
class
Value
; }
8
// clang-format on
9
10
namespace
glTF {
11
12
struct
Asset {
13
public
:
14
// Asset inner types declare
15
// clang-format off
16
struct
Profile
;
17
// clang-format on
18
19
// Asset inner types define
20
struct
Profile {
21
public
:
22
// member variables
23
// NOLINTBEGIN
24
::ll::UntypedStorage<8, 32>
mUnk14e3e0;
25
::ll::UntypedStorage<8, 32>
mUnk991769;
26
// NOLINTEND
27
28
public
:
29
// prevent constructor by default
30
Profile& operator=(Profile
const
&);
31
Profile(Profile
const
&);
32
Profile();
33
34
public
:
35
// member functions
36
// NOLINTBEGIN
37
#ifdef LL_PLAT_C
38
MCNAPI ::Json::Value
serialize
()
const
;
39
#endif
40
// NOLINTEND
41
};
42
43
public
:
44
// member variables
45
// NOLINTBEGIN
46
::ll::UntypedStorage<8, 32>
mUnka9b901;
47
::ll::UntypedStorage<8, 32>
mUnkf64d1e;
48
::ll::UntypedStorage<8, 64>
mUnk6ecbd8;
49
::ll::UntypedStorage<8, 32>
mUnk61b709;
50
// NOLINTEND
51
52
#ifdef LL_PLAT_S
53
public
:
54
// prevent constructor by default
55
Asset& operator=(Asset
const
&);
56
Asset(Asset
const
&);
57
Asset();
58
59
#else
// LL_PLAT_C
60
public
:
61
// prevent constructor by default
62
Asset(Asset
const
&);
63
64
#endif
65
public
:
66
// member functions
67
// NOLINTBEGIN
68
#ifdef LL_PLAT_C
69
MCNAPI Asset();
70
71
MCNAPI ::glTF::Asset& operator=(
::glTF::Asset
const
&);
72
73
MCNAPI ::Json::Value
serialize
()
const
;
74
75
MCNAPI ~Asset();
76
#endif
77
// NOLINTEND
78
79
public
:
80
// constructor thunks
81
// NOLINTBEGIN
82
#ifdef LL_PLAT_C
83
MCNAPI
void
* $ctor();
84
#endif
85
// NOLINTEND
86
87
public
:
88
// destructor thunk
89
// NOLINTBEGIN
90
#ifdef LL_PLAT_C
91
MCNAPI
void
$dtor();
92
#endif
93
// NOLINTEND
94
};
95
96
}
// namespace glTF
Json::Value
Definition
Value.h:16
glTF::Asset::Profile
Definition
Asset.h:20
glTF::Asset
Definition
Asset.h:12
ll::UntypedStorage
Definition
Alias.h:14
serialize
Definition
serialize.h:11
src
mc
util
gltf
Asset.h
Generated on
for LeviLamina by
1.16.1