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