mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Document fog alpha doing nothing
This commit is contained in:
parent
ae2f762b76
commit
b3fdc1317f
@ -41,11 +41,12 @@ namespace NewHorizons.External.Modules
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// The color of the fog inside this dimension.
|
/// The color of the fog inside this dimension.
|
||||||
/// Leave blank for the default grayish color: (84, 83, 73)
|
/// Leave blank for the default grayish color: (84, 83, 73)
|
||||||
|
/// The alpha value has no effect of the fog: Use fogDensity instead!
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public MColor fogTint;
|
public MColor fogTint;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The density of the fog inside this dimension. The default is 6.
|
/// The density of the fog inside this dimension. The default is 6. If you want no fog, set this to 0.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[DefaultValue(6f)] public float fogDensity = 6f;
|
[DefaultValue(6f)] public float fogDensity = 6f;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user