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
7
struct
LocalMoveVelocityComponent
;
8
struct
MoveInputComponent
;
9
struct
PlayerInputModeComponent
;
10
struct
TickingSystemWithInfo
;
11
// clang-format on
12
13
struct
RotateAndSetVelocitySystem
{
14
public
:
15
// static functions
16
// NOLINTBEGIN
17
MCAPI static ::TickingSystemWithInfo createSystem();
18
19
MCAPI
static
void
doTick(
20
::MoveInputComponent
const
& input,
21
::PlayerInputModeComponent
const
& localVelocity,
22
::LocalMoveVelocityComponent
&
23
);
24
// NOLINTEND
25
};
LocalMoveVelocityComponent
Definition
LocalMoveVelocityComponent.h:8
MoveInputComponent
Definition
MoveInputComponent.h:11
PlayerInputModeComponent
Definition
PlayerInputModeComponent.h:9
RotateAndSetVelocitySystem
Definition
RotateAndSetVelocitySystem.h:13
TickingSystemWithInfo
Definition
TickingSystemWithInfo.h:13
src
mc
entity
systems
RotateAndSetVelocitySystem.h
Generated on
for LeviLamina by
1.16.1