LeviLamina
Loading...
Searching...
No Matches
CameraTimeComponent.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
MinecraftCamera {
6
7
struct
CameraTimeComponent
{
8
public
:
9
// CameraTimeComponent inner types declare
10
// clang-format off
11
struct
DeltaTime
;
12
struct
ElapsedTime
;
13
// clang-format on
14
15
// CameraTimeComponent inner types define
16
struct
ElapsedTime
{
17
public
:
18
// member variables
19
// NOLINTBEGIN
20
::ll::UntypedStorage<4, 4>
mUnk4cdc0e;
21
// NOLINTEND
22
23
public
:
24
// prevent constructor by default
25
ElapsedTime
& operator=(
ElapsedTime
const
&);
26
ElapsedTime
(
ElapsedTime
const
&);
27
ElapsedTime
();
28
};
29
30
struct
DeltaTime
{
31
public
:
32
// member variables
33
// NOLINTBEGIN
34
::ll::UntypedStorage<4, 4>
mUnkbfa4b0;
35
::ll::UntypedStorage<4, 8>
mUnkef482d;
36
// NOLINTEND
37
38
public
:
39
// prevent constructor by default
40
DeltaTime
& operator=(
DeltaTime
const
&);
41
DeltaTime
(
DeltaTime
const
&);
42
DeltaTime
();
43
};
44
45
public
:
46
// member variables
47
// NOLINTBEGIN
48
::ll::UntypedStorage<4, 4>
mUnk2563c1;
49
::ll::UntypedStorage<4, 4>
mUnkeddecf;
50
// NOLINTEND
51
52
public
:
53
// prevent constructor by default
54
CameraTimeComponent
& operator=(
CameraTimeComponent
const
&);
55
CameraTimeComponent
(
CameraTimeComponent
const
&);
56
CameraTimeComponent
();
57
};
58
59
}
// namespace MinecraftCamera
MinecraftCamera::CameraTimeComponent::DeltaTime
Definition
CameraTimeComponent.h:30
MinecraftCamera::CameraTimeComponent::ElapsedTime
Definition
CameraTimeComponent.h:16
MinecraftCamera::CameraTimeComponent
Definition
CameraTimeComponent.h:7
ll::UntypedStorage
Definition
Alias.h:14
src-server
mc
deps
minecraft_camera
components
CameraTimeComponent.h
Generated on Sun Oct 12 2025 06:31:26 for LeviLamina by
1.12.0