3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/core/math/Vec2.h"
7#include "mc/util/molang/ExpressionNode.h"
11namespace SharedTypes::v1_20_80 {
struct FlipBook; }
14namespace ParticleSystem {
20 ::ll::TypedStorage<8, 32, ::std::array<::ExpressionNode, 2>> mBaseUV;
21 ::ll::TypedStorage<4, 8, ::Vec2> mSizeUV;
22 ::ll::TypedStorage<4, 8, ::Vec2> mStepUV;
23 ::ll::TypedStorage<4, 4, float> mFPS;
24 ::ll::TypedStorage<8, 16, ::ExpressionNode> mMaxFrame;
25 ::ll::TypedStorage<1, 1, bool> mStretchToLifetime;
26 ::ll::TypedStorage<1, 1, bool> mLoop;
32 MCAPI
void initializeFromData(::SharedTypes::v1_20_80::FlipBook& data);
34 MCAPI
void upgradeToSharedTypes(::SharedTypes::v1_20_80::FlipBook& data);