LeviLamina
Loading...
Searching...
No Matches
CameraAimAssistComponent.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/string/HashedString.h"
8#include "mc/world/level/camera/aimassist/camera_aim_assist/TargetMode.h"
9
11public:
12 // member variables
13 // NOLINTBEGIN
14 ::ll::TypedStorage<4, 8, ::Vec2> mViewFrustumAngle;
15 ::ll::TypedStorage<4, 4, float> mViewFrustumDistance;
16 ::ll::TypedStorage<1, 1, ::CameraAimAssist::TargetMode> mTargetMode;
17 ::ll::TypedStorage<8, 48, ::HashedString> mPriorityPresetId;
18 // NOLINTEND
19
20public:
21 // prevent constructor by default
25
26public:
27 // member functions
28 // NOLINTBEGIN
29 MCNAPI ::CameraAimAssistComponent& operator=(::CameraAimAssistComponent&&);
30
32 // NOLINTEND
33
34public:
35 // destructor thunk
36 // NOLINTBEGIN
37 MCNAPI void $dtor();
38 // NOLINTEND
39};
Definition CameraAimAssistComponent.h:10
MCAPI::CameraAimAssistComponent & operator=(::CameraAimAssistComponent &&)