LeviLamina
Loading...
Searching...
No Matches
CameraGlobalInstructionComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/math/EasingType.h"
7
8namespace MinecraftCamera {
9
11public:
12 // member variables
13 // NOLINTBEGIN
14 ::ll::TypedStorage<4, 8, ::std::optional<uint>> mPresetIndex;
15 ::ll::TypedStorage<4, 8, ::std::optional<uint>> mDelayPresetIndex;
16 ::ll::TypedStorage<4, 4, ::EasingType> mEasingType;
17 ::ll::TypedStorage<4, 4, float> mEasingTime;
18 // NOLINTEND
19};
20
21} // namespace MinecraftCamera
Definition CameraGlobalInstructionComponent.h:10