Class Cloud
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/Cloud", "ebcac0b1d6676ba7870a3b165cfd3c5e73cec7ceacbb85b34f9b809fb11e206e")]
public sealed record Cloud : IEquatable<Cloud>
- Inheritance
-
Cloud
- Implements
- Inherited Members
Properties
Codec
public static Codec<Cloud> Codec { get; }
Property Value
Colors
public List<TimeColorAlpha>? Colors { get; init; }
Property Value
Speeds
public List<TimeFloat>? Speeds { get; init; }
Property Value
Texture
public string? Texture { get; init; }