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 // member functions
29 // NOLINTBEGIN
30 MCAPI void setHorizontalRotationLimit(::std::optional<::std::array<float, 2>> opt);
31
32 MCAPI void setVerticalRotationLimit(::std::optional<::std::array<float, 2>> opt);
33 // NOLINTEND
34
35public:
36 // static functions
37 // NOLINTBEGIN
38 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
39 // NOLINTEND
40
41public:
42 // static variables
43 // NOLINTBEGIN
44 MCAPI static ::std::string_view const& NAME();
45 // NOLINTEND
46};
47
48} // namespace SharedTypes::v1_21_100
Definition CameraTargetSettingsDefinition.h:15
Definition ReflectionCtx.h:11
Definition ctx.h:5