LeviLamina
Loading...
Searching...
No Matches
EditorTrackLevelTickSystem.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/ecs/ViewT.h"
7
#include "mc/deps/ecs/strict/EntityModifier.h"
8
#include "mc/deps/ecs/strict/Exclude.h"
9
#include "mc/deps/ecs/strict/Include.h"
10
#include "mc/deps/ecs/strict/OptionalGlobal.h"
11
12
// auto generated forward declare list
13
// clang-format off
14
class
ActorTickNeededComponent
;
15
class
LevelTickTrackingComponent
;
16
class
StrictEntityContext
;
17
struct
ActorComponent
;
18
struct
CurrentTickComponent
;
19
struct
TickingSystemWithInfo
;
20
// clang-format on
21
22
struct
EditorTrackLevelTickSystem
{
23
public
:
24
// static functions
25
// NOLINTBEGIN
26
#ifdef LL_PLAT_C
27
MCNAPI
static
void
_trackAddedActors(
28
::EntityModifier<::LevelTickTrackingComponent>
entityModifier,
29
::OptionalGlobal<::CurrentTickComponent const>
currentTickComponent,
30
::ViewT
<
::StrictEntityContext
,
::Include<::ActorComponent>
,
::Exclude<::LevelTickTrackingComponent>
> view
31
);
32
33
MCNAPI
static
void
_trackTickingActors(
34
::OptionalGlobal<::CurrentTickComponent const>
currentTickComponent,
35
::ViewT
<
::StrictEntityContext
,
::Include<::ActorTickNeededComponent>
,
::LevelTickTrackingComponent
> view
36
);
37
38
MCNAPI static ::TickingSystemWithInfo createTrackAddedActors();
39
40
MCNAPI static ::TickingSystemWithInfo createTrackTickingActors();
41
#endif
42
// NOLINTEND
43
};
ActorTickNeededComponent
Definition
ActorTickNeededComponent.h:13
EntityModifier
Definition
EntityModifier.h:6
LevelTickTrackingComponent
Definition
LevelTickTrackingComponent.h:8
OptionalGlobal
Definition
OptionalGlobal.h:6
StrictEntityContext
Definition
StrictEntityContext.h:14
ViewT
Definition
ViewT.h:6
ActorComponent
Definition
ActorComponent.h:5
CurrentTickComponent
Definition
CurrentTickComponent.h:8
EditorTrackLevelTickSystem
Definition
EditorTrackLevelTickSystem.h:22
Exclude
Definition
Exclude.h:6
Include
Definition
Include.h:6
TickingSystemWithInfo
Definition
TickingSystemWithInfo.h:13
src
mc
editor
systems
EditorTrackLevelTickSystem.h
Generated on
for LeviLamina by
1.16.1