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
Mute
public bool Mute { get; init; }
Property Value
PitchSemitones
public float? PitchSemitones { get; init; }
Property Value
Value
public string? Value { get; init; }
Property Value
VolumeDb
public float? VolumeDb { get; init; }