LeviLamina
Loading...
Searching...
No Matches
CameraInputTransformSystem.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class Vec2;
8class Vec3;
10// clang-format on
11
12namespace CameraInputTransformSystem {
13// functions
14// NOLINTBEGIN
15MCNAPI float _getWorldYawDeg(::Vec2 const& orientation);
16
17MCNAPI float _getWorldYawDeg(::Vec3 const& orientation);
18
19MCNAPI ::TickingSystemWithInfo create();
20// NOLINTEND
21
22} // namespace CameraInputTransformSystem
Definition Vec2.h:5
Definition Vec3.h:10
Definition TickingSystemWithInfo.h:13