3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/ecs/strict/Include.h"
20namespace CameraInputTransformSystem {
24 ::entt::type_list<::Include<::ActorMovementTickNeededComponent>>,
25 ::MoveInputComponent& moveInputComponent,
26 ::ControlSchemeComponent& controlSchemeComponent,
27 ::ActorRotationComponent& actorRotationComponent,
28 ::ActorHeadRotationComponent& actorHeadRotationComponent
31MCNAPI ::TickingSystemWithInfo create();
33MCNAPI
float getWorldYawInDegrees(::Vec2
const& orientation);
35MCNAPI
float getWorldYawInDegrees(::Vec3
const& orientation);
Definition ActorHeadRotationComponent.h:5
Definition ActorMovementTickNeededComponent.h:5
Definition ActorRotationComponent.h:8
Definition ControlSchemeComponent.h:8
Definition TickingSystemWithInfo.h:13