csharp
public readonly record struct AudioCurvePointOne point on a curve.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (2)
public float PositionWhere along the parameter's range, from 0 at its minimum to 1 at its maximum.
public float ValueWhat the curve is worth there, in whatever unit the target reads.
Methods (1)
public AudioCurvePoint(float Position, float Value)One point on a curve.
Used by (2)
- AudioCurveVixen.Audio
- AudioCurveAssetVixen.Audio