LeviLamina
Loading...
Searching...
No Matches
CameraTargetSettingsComponent.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#include "mc/deps/core/math/Vec3.h"
8
10public:
11 // member variables
12 // NOLINTBEGIN
13 ::ll::TypedStorage<1, 1, bool> mSnapToTarget;
14 ::ll::TypedStorage<1, 1, bool> mContinueTargeting;
15 ::ll::TypedStorage<4, 4, float> mRotationSpeed;
16 ::ll::TypedStorage<4, 4, float> mTrackingRadius;
17 ::ll::TypedStorage<4, 12, ::std::optional<::Vec2>> mHorizontalRotationLimit;
18 ::ll::TypedStorage<4, 12, ::std::optional<::Vec2>> mVerticalRotationLimit;
19 ::ll::TypedStorage<4, 8, ::Vec2> mCurrentEulerOrientation;
20 ::ll::TypedStorage<4, 12, ::Vec3> mTargetDirectionToLook;
21 // NOLINTEND
22};
Definition CameraTargetSettingsComponent.h:9