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
// vIndex: 0
20
virtual
~ITickingSystem
()
/*override*/
=
default
;
21
22
// vIndex: 2
23
virtual
void
tick(
::EntityRegistry
&) = 0;
24
25
// vIndex: 4
26
virtual
void
singleTick(
::EntityRegistry
& registry,
::EntityContext
& entity);
27
28
// vIndex: 3
29
virtual
void
singleTick(
::EntityRegistry
& registry,
::StrictEntityContext
& entityContext);
30
// NOLINTEND
31
32
public
:
33
// virtual function thunks
34
// NOLINTBEGIN
35
MCNAPI
void
$singleTick
(
::EntityRegistry
& registry,
::EntityContext
& entity);
36
37
MCNAPI
void
$singleTick
(
::EntityRegistry
& registry,
::StrictEntityContext
& entityContext);
38
// NOLINTEND
39
};
EntityContext
Definition
EntityContext.h:16
EntityRegistry
Definition
EntityRegistry.h:11
ITickingSystem
Definition
ITickingSystem.h:15
ITickingSystem::$singleTick
MCAPI void $singleTick(::EntityRegistry ®istry, ::StrictEntityContext &entityContext)
ITickingSystem::$singleTick
MCAPI void $singleTick(::EntityRegistry ®istry, ::EntityContext &entity)
StrictEntityContext
Definition
StrictEntityContext.h:8
ISystem
Definition
ISystem.h:5
src
mc
deps
ecs
systems
ITickingSystem.h
Generated on Fri Jun 13 2025 05:04:24 for LeviLamina by
1.12.0