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
12// clang-format on
13
15public:
16 // static functions
17 // NOLINTBEGIN
18 MCAPI static ::TickingSystemWithInfo createSystem();
19
20 MCAPI static void doTick(
21 ::MoveInputComponent const& input,
22 ::PlayerInputModeComponent const& inputMode,
23 ::VRMoveAdjustAngleComponent const& adjAngle,
24 ::LocalMoveVelocityComponent& localVelocity
25 );
26 // NOLINTEND
27};
Definition LocalMoveVelocityComponent.h:8
Definition MoveInputComponent.h:12
Definition PlayerInputModeComponent.h:9
Definition RotateAndSetVelocitySystem.h:14
Definition TickingSystemWithInfo.h:11
Definition VRMoveAdjustAngleComponent.h:8