csharp
public readonly record struct MixControlInfoWhat a knob is, when it is being described rather than turned.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (5)
public string PathHow to name it — bus/Music/gain, bus/Music/effect/0/Wet.
public MixControlKind KindWhat sort of thing it is.
public float ValueWhere it currently sits.
public float MinimumA sensible bottom for a slider, which is not always a hard limit.
public float MaximumA sensible top.
Methods (1)
public MixControlInfo(string Path, MixControlKind Kind, float Value, float Minimum, float Maximum)What a knob is, when it is being described rather than turned.
Used by (3)
- MixControlVixen.Audio
- MixControlServerVixen.Audio
- MixControlTestsVixen.Audio.Tests