mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
atmo module: tweak docs
This commit is contained in:
parent
1905997a56
commit
25750e3bfa
@ -81,6 +81,10 @@ namespace NewHorizons.External.Modules
|
||||
public bool hasOxygen;
|
||||
public bool isRaining;
|
||||
public bool isSnowing;
|
||||
|
||||
/// <summary>
|
||||
/// The radius of the volume.
|
||||
/// </summary>
|
||||
public float scale;
|
||||
}
|
||||
|
||||
@ -139,7 +143,7 @@ namespace NewHorizons.External.Modules
|
||||
public bool unlit;
|
||||
|
||||
/// <summary>
|
||||
/// Set to `false` in order to use Giant's deep shader. Set to `true` to just apply the cloud texture as is.
|
||||
/// Set to `false` in order to use Giant's Deep's shader. Set to `true` to just apply the cloud texture as is.
|
||||
/// </summary>
|
||||
public bool useBasicCloudShader;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user