LeviLamina
Loading...
Searching...
No Matches
CameraTargetSettingsDefinition.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace cereal { struct ReflectionCtx; }
8// clang-format on
9
10namespace SharedTypes::v1_21_100 {
11
13public:
14 // member variables
15 // NOLINTBEGIN
22 // NOLINTEND
23
24public:
25 // prevent constructor by default
29
30public:
31 // static functions
32 // NOLINTBEGIN
33 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
34 // NOLINTEND
35
36public:
37 // static variables
38 // NOLINTBEGIN
39 MCNAPI static ::std::string_view const& NAME();
40 // NOLINTEND
41};
42
43} // namespace SharedTypes::v1_21_100
Definition CameraTargetSettingsDefinition.h:12
static MCAPI ::std::string_view const & NAME()
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14