LeviLamina
Loading...
Searching...
No Matches
SweepDescription.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/gui/CardinalDirection.h"
7#include "mc/deps/input/RectangleArea.h"
8
9// auto generated forward declare list
10// clang-format off
11class UIControl;
12// clang-format on
13
14struct SweepDescription {
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<4, 8, ::glm::vec2> origin;
19 ::ll::TypedStorage<4, 8, ::glm::vec2> dirOrigin;
20 ::ll::TypedStorage<4, 4, float> halfAngleCos;
21 ::ll::TypedStorage<1, 1, ::ui::CardinalDirection> direction;
22 ::ll::TypedStorage<8, 16, ::std::shared_ptr<::UIControl>> ignoreControl;
23 ::ll::TypedStorage<1, 1, bool> canWrap;
24 ::ll::TypedStorage<1, 1, bool> respectClipping;
25 ::ll::TypedStorage<4, 16, ::RectangleArea> controlBoundary;
26 ::ll::TypedStorage<4, 16, ::RectangleArea> sweepBoundary;
27 // NOLINTEND
28
29public:
30 // member functions
31 // NOLINTBEGIN
32 MCAPI ~SweepDescription();
33 // NOLINTEND
34
35public:
36 // destructor thunk
37 // NOLINTBEGIN
38 MCFOLD void $dtor();
39 // NOLINTEND
40};
Definition UIControl.h:5
Definition SweepDescription.h:5