3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/controls/ImageInfo.h"
7#include "mc/deps/core/container/small_vector.h"
12 using MultiSlice = ::Bedrock::small_vector<::ImageInfo, 1>;
17 ::ll::TypedStorage<4, 32, ::ImageInfo> mTopLeft;
18 ::ll::TypedStorage<4, 32, ::ImageInfo> mTopRight;
19 ::ll::TypedStorage<4, 32, ::ImageInfo> mBottomLeft;
20 ::ll::TypedStorage<4, 32, ::ImageInfo> mBottomRight;
21 ::ll::TypedStorage<4, 8, ::glm::vec2> mUVScale;
22 ::ll::TypedStorage<8, 48, ::Bedrock::small_vector<::ImageInfo, 1>> mLeft;
23 ::ll::TypedStorage<8, 48, ::Bedrock::small_vector<::ImageInfo, 1>> mTop;
24 ::ll::TypedStorage<8, 48, ::Bedrock::small_vector<::ImageInfo, 1>> mRight;
25 ::ll::TypedStorage<8, 48, ::Bedrock::small_vector<::ImageInfo, 1>> mBottom;
26 ::ll::TypedStorage<8, 48, ::Bedrock::small_vector<::ImageInfo, 1>> mMiddle;
Definition NinesliceInfo.h:5