LeviLamina
Loading...
Searching...
No Matches
TransformationProxy.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/math/Vec3.h"
7#include "mc/world/level/block/components/block_transformation_serializer/RotationBindingType.h"
8
9// auto generated forward declare list
10// clang-format off
12namespace cereal { struct ReflectionCtx; }
13// clang-format on
14
15namespace BlockTransformationSerializer {
16
18public:
19 // member variables
20 // NOLINTBEGIN
21 ::ll::TypedStorage<4, 12, ::Vec3> mTranslation;
22 ::ll::TypedStorage<4, 12, ::Vec3> mScaleValue;
23 ::ll::TypedStorage<4, 12, ::Vec3> mScalePivot;
24 ::ll::TypedStorage<4, 12, ::Vec3> mRotationPivot;
25 ::ll::TypedStorage<4, 12, ::BlockTransformationSerializer::RotationBindingType> mRotation;
26 // NOLINTEND
27
28public:
29 // static functions
30 // NOLINTBEGIN
31 MCAPI static void bindTypes(::cereal::ReflectionCtx& ctx);
32
33 MCAPI static void
35 // NOLINTEND
36};
37
38} // namespace BlockTransformationSerializer
Definition BlockTransformationDescription.h:18
Definition TransformationProxy.h:17
Definition ReflectionCtx.h:11
Definition ctx.h:5