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
10
struct
CameraAimAssistComponent
{
11
public
:
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
20
public
:
21
// prevent constructor by default
22
CameraAimAssistComponent
& operator=(
CameraAimAssistComponent
const
&);
23
CameraAimAssistComponent
(
CameraAimAssistComponent
const
&);
24
CameraAimAssistComponent
();
25
26
public
:
27
// member functions
28
// NOLINTBEGIN
29
MCNAPI ::CameraAimAssistComponent&
operator=
(
::CameraAimAssistComponent
&&);
30
31
MCNAPI
~CameraAimAssistComponent
();
32
// NOLINTEND
33
34
public
:
35
// destructor thunk
36
// NOLINTBEGIN
37
MCNAPI
void
$dtor
();
38
// NOLINTEND
39
};
CameraAimAssistComponent
Definition
CameraAimAssistComponent.h:10
CameraAimAssistComponent::$dtor
MCAPI void $dtor()
CameraAimAssistComponent::~CameraAimAssistComponent
MCAPI ~CameraAimAssistComponent()
CameraAimAssistComponent::operator=
MCAPI::CameraAimAssistComponent & operator=(::CameraAimAssistComponent &&)
src
mc
entity
components
camera
aimassist
CameraAimAssistComponent.h
Generated on Fri Jun 13 2025 05:04:31 for LeviLamina by
1.12.0