LeviLamina
Loading...
Searching...
No Matches
AxisOffset.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/gui/LayoutAxisOperation.h"
7#include "mc/client/gui/LayoutAxisType.h"
8
9namespace ui {
10
11struct AxisOffset {
12public:
13 // member variables
14 // NOLINTBEGIN
15 ::ll::TypedStorage<4, 4, ::ui::LayoutAxisType> type;
16 ::ll::TypedStorage<4, 4, float> value;
17 ::ll::TypedStorage<4, 4, ::ui::LayoutAxisOperation> operation;
18 // NOLINTEND
19};
20
21} // namespace ui
Definition AxisOffset.h:7