Table of Contents

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

Codec<Cloud>

Colors

public List<TimeColorAlpha>? Colors { get; init; }

Property Value

List<TimeColorAlpha>

Speeds

public List<TimeFloat>? Speeds { get; init; }

Property Value

List<TimeFloat>

Texture

public string? Texture { get; init; }

Property Value

string