Class SoundSet
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/SoundSet.json#", "9a8f6dc7e3121d5c7e3df06ad54bd93c759dca328d0840785d2fe476d10a7269")]
public sealed record SoundSet : IEquatable<SoundSet>
- Inheritance
-
SoundSet
- Implements
- Inherited Members
Properties
Category
public SoundCategory Category { get; init; }
Property Value
Codec
public static Codec<SoundSet> Codec { get; }
Property Value
SoundEvents
public Dictionary<string, string> SoundEvents { get; init; }