LeviLamina
Loading...
Searching...
No Matches
CameraDocument.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/v1_21_100/camera/CameraDefinitions.h"
7
8// auto generated forward declare list
9// clang-format off
11namespace cereal { struct ReflectionCtx; }
12// clang-format on
13
14namespace SharedTypes::v1_21_100 {
15
17public:
18 // CameraDocument inner types declare
19 // clang-format off
20 struct Description;
21 // clang-format on
22
23 // CameraDocument inner types define
24 struct Description {
25 public:
26 // member variables
27 // NOLINTBEGIN
28 ::ll::TypedStorage<8, 32, ::std::string> mIdentifier;
29 // NOLINTEND
30
31 public:
32 // member functions
33 // NOLINTBEGIN
34
35 // NOLINTEND
36
37 public:
38 // destructor thunk
39 // NOLINTBEGIN
40 MCFOLD_C void $dtor();
41 // NOLINTEND
42 };
43
44public:
45 // member variables
46 // NOLINTBEGIN
47 ::ll::TypedStorage<8, 32, ::SharedTypes::v1_21_100::CameraDocument::Description> mDescription;
48 ::ll::TypedStorage<8, 56, ::SharedTypes::v1_21_100::CameraDefinitions> mComponents;
49 // NOLINTEND
50
51public:
52 // member functions
53 // NOLINTBEGIN
54
55 // NOLINTEND
56
57public:
58 // static functions
59 // NOLINTBEGIN
60 MCAPI_C static void bindType(::cereal::ReflectionCtx& ctx);
61 // NOLINTEND
62
63public:
64 // static variables
65 // NOLINTBEGIN
66 MCAPI_C static ::SemVersionConstant const& VERSION();
67 // NOLINTEND
68
69public:
70 // destructor thunk
71 // NOLINTBEGIN
72 MCFOLD_C void $dtor();
73 // NOLINTEND
74};
75
76} // namespace SharedTypes::v1_21_100
Definition SemVersionConstant.h:8
Definition CameraDocument.h:16
Definition ReflectionCtx.h:11
Definition ctx.h:5