3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/CardinalDirection.h"
7#include "mc/deps/input/RectangleArea.h"
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;
32 MCAPI ~SweepDescription();
Definition SweepDescription.h:5