Vixen
02b45cc4
csharp
public readonly record struct AudioCurvePoint

One 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 Position

    Where along the parameter's range, from 0 at its minimum to 1 at its maximum.

  • public float Value

    What 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