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