Update AtmosphereModule.cs

This commit is contained in:
xen-42 2024-10-09 22:25:30 -04:00
parent f0213e8579
commit d0e23ca5aa

View File

@ -61,6 +61,7 @@ namespace NewHorizons.External.Modules
/// <summary>
/// Relative filepath to the fog color ramp texture, if you put fog.
/// x axis is angle to sun (left at midnight, right at noon), y axis is distance to camera (close at bottom, far at top).
/// Optional. If you set fogTint, a default fog ramp will be tinted for you.
/// </summary>
public string fogRampPath;