Class FogOptions
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/FogOptions", "b1ae788df851a51d56aef6a80b32f7fb930be427dca06011ad3def95772c2708")]
public sealed record FogOptions : IEquatable<FogOptions>
- Inheritance
-
FogOptions
- Implements
-
- Inherited Members
-
Properties
Codec
public static Codec<FogOptions> Codec { get; }
Property Value
- Codec<FogOptions>
EffectiveViewDistanceMultiplier
public float? EffectiveViewDistanceMultiplier { get; init; }
Property Value
- float?
FogHeightCameraFixed
public float? FogHeightCameraFixed { get; init; }
Property Value
- float?
FogHeightCameraOffset
public float? FogHeightCameraOffset { get; init; }
Property Value
- float?
IgnoreFogLimits
public bool IgnoreFogLimits { get; init; }
Property Value
- bool