LeviLamina
Loading...
Searching...
No Matches
CameraComfortMoveVRComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace VanillaCamera {
6
8public:
9 // member variables
10 // NOLINTBEGIN
11 ::ll::TypedStorage<4, 4, float> mLinearYRemap;
12 ::ll::TypedStorage<4, 4, float> mMaxLinearYRemap;
13 ::ll::TypedStorage<4, 4, float> mStartYPos;
14 ::ll::TypedStorage<4, 4, float> mAccumulatedDT;
15 ::ll::TypedStorage<1, 1, bool> mYMotionUp;
16 // NOLINTEND
17};
18
19} // namespace VanillaCamera
Definition CameraComfortMoveVRComponent.h:7