LeviLamina
Loading...
Searching...
No Matches
CameraTargetSettingsDefinition.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/math/Vec2.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace cereal { struct ReflectionCtx; }
11// clang-format on
12
13namespace SharedTypes::v1_21_100 {
14
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<1, 1, bool> mSnapToTarget;
20 ::ll::TypedStorage<1, 1, bool> mContinueTargeting;
21 ::ll::TypedStorage<4, 4, float> mRotationSpeed;
22 ::ll::TypedStorage<4, 4, float> mTrackingRadius;
23 ::ll::TypedStorage<4, 12, ::std::optional<::Vec2>> mHorizontalRotationLimit;
24 ::ll::TypedStorage<4, 12, ::std::optional<::Vec2>> mVerticalRotationLimit;
25 // NOLINTEND
26
27public:
28 // static functions
29 // NOLINTBEGIN
30 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
31 // NOLINTEND
32
33public:
34 // static variables
35 // NOLINTBEGIN
36 MCAPI static ::std::string_view const& NAME();
37 // NOLINTEND
38};
39
40} // namespace SharedTypes::v1_21_100
Definition CameraTargetSettingsDefinition.h:15
Definition ReflectionCtx.h:11
Definition ctx.h:5