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
11// clang-format on
12
14public:
15 // static functions
16 // NOLINTBEGIN
17 MCAPI static void _doUpdateRenderPosSystem(
18 ::StrictEntityContext const& stateVectorComponent,
19 ::StateVectorComponent const& renderPositionComponent,
21 );
22
23 MCAPI static ::TickingSystemWithInfo createSystem();
24 // NOLINTEND
25};
Definition StrictEntityContext.h:14
Definition UpdateRenderPosSystem.h:13
Definition RenderPositionComponent.h:8
Definition StateVectorComponent.h:8
Definition TickingSystemWithInfo.h:13