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
8class Vec2;
11// clang-format on
12
14public:
15 // static functions
16 // NOLINTBEGIN
17 MCAPI static void _onGroundPostTick(
19 ::MovementInterpolatorComponent const& movementInterpolatorComponent,
20 ::StateVectorComponent& stateVectorComponent
21 );
22
23 MCAPI static float _tickHeadYaw(::MovementInterpolatorComponent& movementInterpolatorComponent, float yHeadRot);
24
25 MCAPI static ::std::tuple<::Vec2, ::Vec2> _tickRotation(
26 ::MovementInterpolatorComponent& movementInterpolatorComponent,
27 ::Vec2 const& actorCurrentRotation,
28 ::Vec2 const& actorPreviousRotation
29 );
30 // NOLINTEND
31};
Definition StrictEntityContext.h:10
Definition Vec2.h:5
Definition MovementInterpolatorComponent.h:11
Definition MovementInterpolatorSystemImpl.h:13
Definition StateVectorComponent.h:10