LeviLamina
Loading...
Searching...
No Matches
CameraShakeSystem.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/ecs/systems/ITickingSystem.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
ActorOwnerComponent
;
11
class
CameraShakeComponent
;
12
class
EntityContext
;
13
class
EntityRegistry
;
14
// clang-format on
15
16
class
CameraShakeSystem
:
public
::ITickingSystem
{
17
public
:
18
// virtual functions
19
// NOLINTBEGIN
20
virtual
void
tick(
::EntityRegistry
& registry)
/*override*/
;
21
22
virtual
~CameraShakeSystem
()
/*override*/
=
default
;
23
// NOLINTEND
24
25
public
:
26
// static functions
27
// NOLINTBEGIN
28
#ifdef LL_PLAT_C
29
MCAPI
static
void
_tickComponent(
30
::EntityContext
& entity,
31
::ActorOwnerComponent
& actorOwnerComponent,
32
::CameraShakeComponent
& cameraShakeComponent
33
);
34
#endif
35
// NOLINTEND
36
37
public
:
38
// virtual function thunks
39
// NOLINTBEGIN
40
#ifdef LL_PLAT_C
41
MCAPI
void
$tick(
::EntityRegistry
& registry);
42
#endif
43
44
45
// NOLINTEND
46
47
public
:
48
// vftables
49
// NOLINTBEGIN
50
MCNAPI
static
void
**
$vftable
();
51
// NOLINTEND
52
};
ActorOwnerComponent
Definition
ActorOwnerComponent.h:10
CameraShakeComponent
Definition
CameraShakeComponent.h:15
CameraShakeSystem
Definition
CameraShakeSystem.h:16
CameraShakeSystem::$vftable
static MCAPI void ** $vftable()
EntityContext
Definition
EntityContext.h:16
EntityRegistry
Definition
EntityRegistry.h:10
ITickingSystem
Definition
ITickingSystem.h:15
src
mc
entity
systems
CameraShakeSystem.h
Generated on
for LeviLamina by
1.16.1