Class WeatherParticle
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/WeatherParticle", "66fca79961c3f47d91ffaffd39adeed979ce3a8a9fee4c7b99d2900038039d49")]
public sealed record WeatherParticle : IEquatable<WeatherParticle>
- Inheritance
-
WeatherParticle
- Implements
-
- Inherited Members
-
Properties
Codec
public static Codec<WeatherParticle> Codec { get; }
Property Value
- Codec<WeatherParticle>
Color
public string? Color { get; init; }
Property Value
- string
OvergroundOnly
public bool OvergroundOnly { get; init; }
Property Value
- bool
PositionOffsetMultiplier
public float? PositionOffsetMultiplier { get; init; }
Property Value
- float?
Scale
public float? Scale { get; init; }
Property Value
- float?
SystemId
public string SystemId { get; init; }
Property Value
- string