LeviLamina
Loading...
Searching...
No Matches
TransformationSystem.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
EntityRegistry
;
11
// clang-format on
12
13
class
TransformationSystem
:
public
::ITickingSystem
{
14
public
:
15
// virtual functions
16
// NOLINTBEGIN
17
virtual
void
tick(
::EntityRegistry
& registry)
/*override*/
;
18
19
virtual
~TransformationSystem
()
/*override*/
=
default
;
20
// NOLINTEND
21
22
public
:
23
// virtual function thunks
24
// NOLINTBEGIN
25
MCNAPI
void
$tick
(
::EntityRegistry
& registry);
26
27
28
// NOLINTEND
29
30
public
:
31
// vftables
32
// NOLINTBEGIN
33
MCNAPI
static
void
**
$vftable
();
34
// NOLINTEND
35
};
EntityRegistry
Definition
EntityRegistry.h:11
ITickingSystem
Definition
ITickingSystem.h:15
TransformationSystem
Definition
TransformationSystem.h:13
TransformationSystem::$tick
MCAPI void $tick(::EntityRegistry ®istry)
TransformationSystem::$vftable
static MCAPI void ** $vftable()
src
mc
entity
systems
TransformationSystem.h
Generated on
for LeviLamina by
1.16.1