Table of Contents

Class StateDeltaConfig

Namespace
Shard.Assets.Generated.ModelAssets
Assembly
Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/StateDeltaConfig", "9f158445646a365922dab953bced70da3f035839a5141df397ebf2c04dd4abe6")]
public sealed record StateDeltaConfig : IEquatable<StateDeltaConfig>
Inheritance
StateDeltaConfig
Implements
Inherited Members

Properties

Codec

public static Codec<StateDeltaConfig> Codec { get; }

Property Value

Codec<StateDeltaConfig>

Mute

public bool Mute { get; init; }

Property Value

bool

PitchSemitones

public float? PitchSemitones { get; init; }

Property Value

float?

Value

public string? Value { get; init; }

Property Value

string

VolumeDb

public float? VolumeDb { get; init; }

Property Value

float?