3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/core/utility/Keyframes.h"
12 ::ll::TypedStorage<8, 32, ::Core::Keyframes<float, float>> mMaxDensity;
13 ::ll::TypedStorage<8, 32, ::Core::Keyframes<float, float>> mMaxDensityHeight;
14 ::ll::TypedStorage<8, 32, ::Core::Keyframes<float, float>> mZeroDensityHeight;
15 ::ll::TypedStorage<1, 1, bool> mUniform;
20 FogVolumetricDensitySetting();
25 MCAPI FogVolumetricDensitySetting(
26 ::Core::Keyframes<float, float>
const& maxDensity,
27 ::Core::Keyframes<float, float>
const& maxDensityHeight,
28 ::Core::Keyframes<float, float>
const& zeroDensityHeight
31 MCAPI ~FogVolumetricDensitySetting();
37 MCAPI static ::FogVolumetricDensitySetting
const& ZERO_SETTING();
44 ::Core::Keyframes<float, float>
const& maxDensity,
45 ::Core::Keyframes<float, float>
const& maxDensityHeight,
46 ::Core::Keyframes<float, float>
const& zeroDensityHeight
Definition FogVolumetricDensitySetting.h:5