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
12// clang-format on
13
14namespace BlockTransformationSerializer {
15
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<4, 12, ::Vec3> mTranslation;
21 ::ll::TypedStorage<4, 12, ::Vec3> mScaleValue;
22 ::ll::TypedStorage<4, 12, ::Vec3> mScalePivot;
23 ::ll::TypedStorage<4, 12, ::Vec3> mRotationPivot;
24 ::ll::TypedStorage<4, 12, ::BlockTransformationSerializer::RotationBindingType> mRotation;
25 // NOLINTEND
26
27public:
28 // static functions
29 // NOLINTBEGIN
30 MCAPI static void
32 // NOLINTEND
33};
34
35} // namespace BlockTransformationSerializer
Definition BlockTransformationDescription.h:18
Definition TransformationProxy.h:16