|
| enum class | DistanceType : int { Fixed = 0
, Render = 1
} |
| enum class | DistanceType : int { Fixed = 0
, Render = 1
} |
|
|
MCAPI | FogDistanceSetting (::mce::Color const &color, float start, float end, ::FogDistanceSetting::DistanceType type) |
|
MCAPI void * | $ctor () |
|
MCAPI void * | $ctor (::mce::Color const &color, float start, float end, ::FogDistanceSetting::DistanceType type) |
|
|
static MCAPI ::FogDistanceSetting | convertToFixedDistance (::FogDistanceSetting const &setting, float renderDistance) |
|
static MCAPI ::FogDistanceSetting | lerp (::FogDistanceSetting const &src, ::FogDistanceSetting const &dst, float alpha) |
|
static MCAPI ::FogDistanceSetting const & | ZERO_SETTING () |
|
|
::ll::TypedStorage< 4, 16, ::mce::Color > | mColor |
|
::ll::TypedStorage< 4, 4, float > | mStart |
|
::ll::TypedStorage< 4, 4, float > | mEnd |
|
::ll::TypedStorage< 4, 4, ::FogDistanceSetting::DistanceType > | mType |
The documentation for this struct was generated from the following files: