LeviLamina
Loading...
Searching...
No Matches
CameraSplineRotationKeyFrame.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#include "mc/deps/core/math/Vec3.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace cereal { struct ReflectionCtx; }
12// clang-format on
13
14namespace SharedTypes::v1_26_0 {
15
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<4, 12, ::Vec3> mRotation;
21 ::ll::TypedStorage<4, 4, float> mTimeSeconds;
22 ::ll::TypedStorage<4, 8, ::std::optional<::EasingType>> mEasingType;
23 // NOLINTEND
24
25public:
26 // static functions
27 // NOLINTBEGIN
28 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
29 // NOLINTEND
30};
31
32} // namespace SharedTypes::v1_26_0
Definition CameraSplineRotationKeyFrame.h:16
Definition ReflectionCtx.h:11
Definition ctx.h:5