LeviLamina
Loading...
Searching...
No Matches
Node.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
Node
{
13
public
:
14
// member variables
15
// NOLINTBEGIN
16
::ll::UntypedStorage<8, 32>
mUnkd6a956;
17
::ll::UntypedStorage<8, 24>
mUnk98745f;
18
::ll::UntypedStorage<8, 24>
mUnk4ce96f;
19
::ll::UntypedStorage<8, 32>
mUnk8768a1;
20
::ll::UntypedStorage<8, 32>
mUnk5067f0;
21
::ll::UntypedStorage<4, 68>
mUnk776974;
22
::ll::UntypedStorage<4, 8>
mUnkde6d3b;
23
::ll::UntypedStorage<4, 20>
mUnk3cd2aa;
24
::ll::UntypedStorage<4, 16>
mUnk8f1fe9;
25
::ll::UntypedStorage<4, 16>
mUnk8ab524;
26
::ll::UntypedStorage<8, 32>
mUnk9bfaac;
27
::ll::UntypedStorage<4, 4>
mUnk2a10b3;
28
// NOLINTEND
29
30
#ifdef LL_PLAT_S
31
public
:
32
// prevent constructor by default
33
Node
& operator=(
Node
const
&);
34
Node
(
Node
const
&);
35
Node
();
36
37
#else
// LL_PLAT_C
38
public
:
39
// prevent constructor by default
40
Node
& operator=(
Node
const
&);
41
42
#endif
43
public
:
44
// member functions
45
// NOLINTBEGIN
46
#ifdef LL_PLAT_C
47
MCNAPI
Node
();
48
49
MCNAPI
Node
(
::glTF::Node
&&);
50
51
MCNAPI
Node
(
::glTF::Node
const
&);
52
53
MCNAPI ::Json::Value
serialize
()
const
;
54
55
MCNAPI
~Node
();
56
#endif
57
// NOLINTEND
58
59
public
:
60
// constructor thunks
61
// NOLINTBEGIN
62
#ifdef LL_PLAT_C
63
MCNAPI
void
* $ctor();
64
65
MCNAPI
void
* $ctor(
::glTF::Node
&&);
66
67
MCNAPI
void
* $ctor(
::glTF::Node
const
&);
68
#endif
69
// NOLINTEND
70
71
public
:
72
// destructor thunk
73
// NOLINTBEGIN
74
#ifdef LL_PLAT_C
75
MCNAPI
void
$dtor();
76
#endif
77
// NOLINTEND
78
};
79
80
}
// namespace glTF
Json::Value
Definition
Value.h:16
glTF::Node
Definition
Node.h:12
ll::UntypedStorage
Definition
Alias.h:14
serialize
Definition
serialize.h:11
src
mc
util
gltf
Node.h
Generated on
for LeviLamina by
1.16.1