Class AudioCategory
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/AudioCategory.json#", "6fc0561e37c22a0e03679bf69d98245e7b246a19e93b74e6ced91aa0b17d9706")]
public sealed record AudioCategory : IEquatable<AudioCategory>
- Inheritance
-
AudioCategory
- Implements
-
- Inherited Members
-
Properties
Codec
public static Codec<AudioCategory> Codec { get; }
Property Value
- Codec<AudioCategory>
DuckingRules
public List<AudioCategoryDuckingRuleConfig>? DuckingRules { get; init; }
Property Value
- List<AudioCategoryDuckingRuleConfig>
MaxDuckingDb
public float? MaxDuckingDb { get; init; }
Property Value
- float?
StateBindings
public List<StateBindingConfig>? StateBindings { get; init; }
Property Value
- List<StateBindingConfig>
Volume
public float? Volume { get; init; }
Property Value
- float?