Class EqualizerEffect
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/EqualizerEffect.json#", "c46d24c5a66c429b974fe76c70b2a19aeda20be9bcdf9c15527c939be654eae4")]
public sealed record EqualizerEffect : IEquatable<EqualizerEffect>
- Inheritance
-
EqualizerEffect
- Implements
-
- Inherited Members
-
Properties
Codec
public static Codec<EqualizerEffect> Codec { get; }
Property Value
- Codec<EqualizerEffect>
HighCutOff
public float? HighCutOff { get; init; }
Property Value
- float?
HighGain
public float? HighGain { get; init; }
Property Value
- float?
HighMidCenter
public float? HighMidCenter { get; init; }
Property Value
- float?
HighMidGain
public float? HighMidGain { get; init; }
Property Value
- float?
HighMidWidth
public float? HighMidWidth { get; init; }
Property Value
- float?
LowCutOff
public float? LowCutOff { get; init; }
Property Value
- float?
LowGain
public float? LowGain { get; init; }
Property Value
- float?
LowMidCenter
public float? LowMidCenter { get; init; }
Property Value
- float?
LowMidGain
public float? LowMidGain { get; init; }
Property Value
- float?
LowMidWidth
public float? LowMidWidth { get; init; }
Property Value
- float?