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;
9// clang-format on
10
11namespace CameraInputTransformSystem {
12// functions
13// NOLINTBEGIN
14MCAPI float _getWorldYawDeg(::Vec2 const& orientation);
15
16MCAPI ::TickingSystemWithInfo create();
17// NOLINTEND
18
19} // namespace CameraInputTransformSystem
Definition Vec2.h:5
Definition TickingSystemWithInfo.h:11