LeviLamina
Loading...
Searching...
No Matches
CameraBlendStateComponent.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
MinecraftCamera {
6
7
struct
CameraBlendStateComponent {
8
public
:
9
// CameraBlendStateComponent inner types declare
10
// clang-format off
11
struct
EaseState
;
12
struct
SnapShotEaseValues
;
13
// clang-format on
14
15
// CameraBlendStateComponent inner types define
16
struct
EaseState {
17
public
:
18
// member variables
19
// NOLINTBEGIN
20
::ll::UntypedStorage<4, 4>
mUnk9836a6;
21
::ll::UntypedStorage<4, 4>
mUnk7c07aa;
22
::ll::UntypedStorage<4, 12>
mUnke2c2ba;
23
::ll::UntypedStorage<4, 12>
mUnka68579;
24
// NOLINTEND
25
26
public
:
27
// prevent constructor by default
28
EaseState& operator=(EaseState
const
&);
29
EaseState(EaseState
const
&);
30
EaseState();
31
};
32
33
struct
SnapShotEaseValues {
34
public
:
35
// member variables
36
// NOLINTBEGIN
37
::ll::UntypedStorage<4, 12>
mUnkb15ad3;
38
// NOLINTEND
39
40
public
:
41
// prevent constructor by default
42
SnapShotEaseValues& operator=(SnapShotEaseValues
const
&);
43
SnapShotEaseValues(SnapShotEaseValues
const
&);
44
SnapShotEaseValues();
45
};
46
47
public
:
48
// member variables
49
// NOLINTBEGIN
50
::ll::UntypedStorage<4, 36>
mUnkc7e2ad;
51
::ll::UntypedStorage<8, 24>
mUnkef16cf;
52
::ll::UntypedStorage<4, 4>
mUnkbef08b;
53
::ll::UntypedStorage<8, 8>
mUnk8e5dca;
54
::ll::UntypedStorage<4, 4>
mUnkb9fd6c;
55
::ll::UntypedStorage<4, 4>
mUnka520a3;
56
::ll::UntypedStorage<4, 12>
mUnka943fa;
57
::ll::UntypedStorage<4, 12>
mUnk1bfa6b;
58
::ll::UntypedStorage<4, 12>
mUnkbc2cda;
59
// NOLINTEND
60
61
public
:
62
// prevent constructor by default
63
CameraBlendStateComponent& operator=(CameraBlendStateComponent
const
&);
64
CameraBlendStateComponent(CameraBlendStateComponent
const
&);
65
CameraBlendStateComponent();
66
67
public
:
68
// member functions
69
// NOLINTBEGIN
70
71
// NOLINTEND
72
};
73
74
}
// namespace MinecraftCamera
MinecraftCamera::CameraBlendStateComponent::EaseState
Definition
CameraBlendStateComponent.h:16
MinecraftCamera::CameraBlendStateComponent::SnapShotEaseValues
Definition
CameraBlendStateComponent.h:33
ll::UntypedStorage
Definition
Alias.h:14
src
mc
deps
minecraft_camera
components
CameraBlendStateComponent.h
Generated on
for LeviLamina by
1.16.1