LeviLamina
Loading...
Searching...
No Matches
CameraComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class HashedString;
8class Matrix;
9// clang-format on
10
12public:
13 // member variables
14 // NOLINTBEGIN
15 ::ll::TypedStorage<8, 48, ::HashedString> mId;
16 ::ll::TypedStorage<4, 16, ::glm::qua<float>> mOrientation;
17 ::ll::TypedStorage<4, 12, ::glm::vec3> mPosition;
18 ::ll::TypedStorage<4, 4, float> mAspectRatio;
19 ::ll::TypedStorage<4, 4, float> mFieldOfView;
20 ::ll::TypedStorage<4, 4, float> mNearPlane;
21 ::ll::TypedStorage<4, 4, float> mFarPlane;
22 ::ll::TypedStorage<4, 64, ::Matrix> mPostViewTransform;
23 ::ll::TypedStorage<4, 64, ::Matrix> mSavedProjection;
24 ::ll::TypedStorage<4, 64, ::Matrix> mSavedModelView;
25 // NOLINTEND
26
27public:
28 // prevent constructor by default
29 CameraComponent& operator=(CameraComponent const&);
30
31public:
32 // member functions
33 // NOLINTBEGIN
35
37
38 MCAPI ::CameraComponent& operator=(::CameraComponent&&);
39 // NOLINTEND
40
41public:
42 // constructor thunks
43 // NOLINTBEGIN
44 MCAPI void* $ctor(::CameraComponent&&);
45
46 MCAPI void* $ctor(::CameraComponent const&);
47 // NOLINTEND
48};
Definition CameraComponent.h:11
Definition HashedString.h:5
Definition Matrix.h:5