LeviLamina
Loading...
Searching...
No Matches
ItemData.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace GeometryAtlas { class IItemHandle; }
8// clang-format on
9
10namespace GeometryAtlas {
11
12struct ItemData {
13public:
14 // member variables
15 // NOLINTBEGIN
16 ::ll::TypedStorage<8, 16, ::std::shared_ptr<::GeometryAtlas::IItemHandle>> mItem;
17 ::ll::TypedStorage<4, 4, float> mPosX;
18 ::ll::TypedStorage<4, 4, float> mPosY;
19 ::ll::TypedStorage<4, 4, float> mLightMultiplier;
20 ::ll::TypedStorage<4, 4, float> mAlphaMultiplier;
21 ::ll::TypedStorage<4, 4, float> mScale;
22 ::ll::TypedStorage<4, 4, int> mFrame;
23 ::ll::TypedStorage<1, 1, bool> mAllowAnimation;
24 // NOLINTEND
25};
26
27} // namespace GeometryAtlas
Definition IItemHandle.h:7
Definition ItemData.h:7