LeviLamina
Loading...
Searching...
No Matches
UpdateRenderPosSystem.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
class
StrictEntityContext
;
8
struct
RenderPositionComponent
;
9
struct
StateVectorComponent
;
10
struct
TickingSystemWithInfo
;
11
// clang-format on
12
13
class
UpdateRenderPosSystem
{
14
public
:
15
// static functions
16
// NOLINTBEGIN
17
MCAPI
static
void
_doUpdateRenderPosSystem(
18
::StrictEntityContext
const
& stateVectorComponent,
19
::StateVectorComponent
const
& renderPositionComponent,
20
::RenderPositionComponent
&
21
);
22
23
MCAPI static ::TickingSystemWithInfo createSystem();
24
// NOLINTEND
25
};
StrictEntityContext
Definition
StrictEntityContext.h:14
UpdateRenderPosSystem
Definition
UpdateRenderPosSystem.h:13
RenderPositionComponent
Definition
RenderPositionComponent.h:8
StateVectorComponent
Definition
StateVectorComponent.h:8
TickingSystemWithInfo
Definition
TickingSystemWithInfo.h:13
src
mc
entity
systems
UpdateRenderPosSystem.h
Generated on
for LeviLamina by
1.16.1