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