3#include "mc/_HeaderOutputPredefine.h"
5namespace MinecraftCamera {
11 ::ll::TypedStorage<1, 1, bool> mClearCustomFov;
12 ::ll::TypedStorage<4, 4, float> mPreviousCustomFov;
13 ::ll::TypedStorage<4, 4, float> mPercentage;
14 ::ll::TypedStorage<4, 4, float> mBlendTime;
15 ::ll::TypedStorage<8, 8, float (*)(float, float, float)> mEaseFunction;
Definition CameraCustomFovEaseComponent.h:7