LeviLamina
Loading...
Searching...
No Matches
RotateAndSetVelocitySystem.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 ::TickingSystemWithInfo createSystem();
18
19 MCAPI static void doTick(
20 ::MoveInputComponent const& input,
21 ::PlayerInputModeComponent const& localVelocity,
23 );
24 // NOLINTEND
25};
Definition LocalMoveVelocityComponent.h:8
Definition MoveInputComponent.h:11
Definition PlayerInputModeComponent.h:9
Definition RotateAndSetVelocitySystem.h:13
Definition TickingSystemWithInfo.h:13