Class Weather
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/Weather.json#", "f4703fd551514214f5fe0fa3f19c4e3bc5e26bd4d2fa2e8b0371f4f747e16961")]
public sealed record Weather : IEquatable<Weather>
- Inheritance
-
Weather
- Implements
-
- Inherited Members
-
Properties
Clouds
public List<Cloud>? Clouds { get; init; }
Property Value
- List<Cloud>
Codec
public static Codec<Weather> Codec { get; }
Property Value
- Codec<Weather>
ColorFilters
public List<TimeColor>? ColorFilters { get; init; }
Property Value
- List<TimeColor>
FogColors
public List<TimeColor>? FogColors { get; init; }
Property Value
- List<TimeColor>
FogDensities
public List<TimeFloat>? FogDensities { get; init; }
Property Value
- List<TimeFloat>
FogDistance
public List<float> FogDistance { get; init; }
Property Value
- List<float>
FogHeightFalloffs
public List<TimeFloat>? FogHeightFalloffs { get; init; }
Property Value
- List<TimeFloat>
FogOptions
public FogOptions? FogOptions { get; init; }
Property Value
- FogOptions
MoonColors
public List<TimeColorAlpha>? MoonColors { get; init; }
Property Value
- List<TimeColorAlpha>
MoonGlowColors
public List<TimeColorAlpha>? MoonGlowColors { get; init; }
Property Value
- List<TimeColorAlpha>
MoonScales
public List<TimeFloat>? MoonScales { get; init; }
Property Value
- List<TimeFloat>
Moons
public List<DayTexture>? Moons { get; init; }
Property Value
- List<DayTexture>
Particle
public WeatherParticle? Particle { get; init; }
Property Value
- WeatherParticle
ScreenEffect
public string? ScreenEffect { get; init; }
Property Value
- string
ScreenEffectColors
public List<TimeColorAlpha>? ScreenEffectColors { get; init; }
Property Value
- List<TimeColorAlpha>
SkyBottomColors
public List<TimeColorAlpha>? SkyBottomColors { get; init; }
Property Value
- List<TimeColorAlpha>
SkySunsetColors
public List<TimeColorAlpha>? SkySunsetColors { get; init; }
Property Value
- List<TimeColorAlpha>
SkyTopColors
public List<TimeColorAlpha>? SkyTopColors { get; init; }
Property Value
- List<TimeColorAlpha>
Stars
public string? Stars { get; init; }
Property Value
- string
SunColors
public List<TimeColor>? SunColors { get; init; }
Property Value
- List<TimeColor>
SunGlowColors
public List<TimeColorAlpha>? SunGlowColors { get; init; }
Property Value
- List<TimeColorAlpha>
SunScales
public List<TimeFloat>? SunScales { get; init; }
Property Value
- List<TimeFloat>
SunlightColors
public List<TimeColor>? SunlightColors { get; init; }
Property Value
- List<TimeColor>
SunlightDampingMultipliers
public List<TimeFloat>? SunlightDampingMultipliers { get; init; }
Property Value
- List<TimeFloat>
WaterTints
public List<TimeColor>? WaterTints { get; init; }
Property Value
- List<TimeColor>