LeviLamina
Loading...
Searching...
No Matches
MovementInterpolatorSystemImpl.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
class
StrictEntityContext
;
8
class
Vec2
;
9
struct
MovementInterpolatorComponent
;
10
struct
StateVectorComponent
;
11
// clang-format on
12
13
struct
MovementInterpolatorSystemImpl
{
14
public
:
15
// static functions
16
// NOLINTBEGIN
17
MCAPI
static
void
_onGroundPostTick(
18
::StrictEntityContext
const
&,
19
::MovementInterpolatorComponent
const
& movementInterpolatorComponent,
20
::StateVectorComponent
& stateVectorComponent
21
);
22
23
MCAPI static ::std::tuple<::Vec2, ::Vec2> _tickRotation(
24
::MovementInterpolatorComponent
& movementInterpolatorComponent,
25
::Vec2
const
& actorCurrentRotation,
26
::Vec2
const
& actorPreviousRotation
27
);
28
// NOLINTEND
29
};
StrictEntityContext
Definition
StrictEntityContext.h:14
Vec2
Definition
Vec2.h:5
MovementInterpolatorComponent
Definition
MovementInterpolatorComponent.h:14
MovementInterpolatorSystemImpl
Definition
MovementInterpolatorSystemImpl.h:13
StateVectorComponent
Definition
StateVectorComponent.h:8
src
mc
entity
systems
MovementInterpolatorSystemImpl.h
Generated on
for LeviLamina by
1.16.1