LeviLamina
Loading...
Searching...
No Matches
CameraInstructionComponent.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/core/math/Vec2.h"
7
#include "mc/deps/core/math/Vec3.h"
8
9
namespace
MinecraftCamera {
10
11
struct
CameraInstructionComponent
{
12
public
:
13
// member variables
14
// NOLINTBEGIN
15
::ll::TypedStorage<4, 16, ::std::optional<::Vec3>> mPos;
16
::ll::TypedStorage<4, 12, ::std::optional<::Vec2>> mRot;
17
// NOLINTEND
18
};
19
20
}
// namespace MinecraftCamera
MinecraftCamera::CameraInstructionComponent
Definition
CameraInstructionComponent.h:11
src
mc
deps
minecraft_camera
components
CameraInstructionComponent.h
Generated on
for LeviLamina by
1.16.1