LeviLamina
Loading...
Searching...
No Matches
CameraOrbitDefinition.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
16 ::ll::TypedStorage<4, 4, float> mAzimuthSmoothingStiffness;
17 ::ll::TypedStorage<4, 4, float> mPolarAngleSmoothingStiffness;
18 ::ll::TypedStorage<4, 4, float> mDistanceSmoothingStiffness;
19 ::ll::TypedStorage<4, 4, float> mPolarAngleMin;
20 ::ll::TypedStorage<4, 4, float> mPolarAngleMax;
21 ::ll::TypedStorage<4, 4, float> mYawAngleMin;
22 ::ll::TypedStorage<4, 4, float> mYawAngleMax;
23 ::ll::TypedStorage<4, 4, float> mRadius;
24 ::ll::TypedStorage<1, 1, bool> mInvertXInput;
25 ::ll::TypedStorage<1, 1, bool> mInvertYInput;
26 // NOLINTEND
27
28public:
29 // static functions
30 // NOLINTBEGIN
31 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
32 // NOLINTEND
33
34public:
35 // static variables
36 // NOLINTBEGIN
37 MCAPI static ::std::string_view const& NAME();
38 // NOLINTEND
39};
40
41} // namespace SharedTypes::v1_21_100
Definition CameraOrbitDefinition.h:12
Definition ReflectionCtx.h:11
Definition ctx.h:5