Vixen
02b45cc4
csharp
public record class AudioCurvePointAsset

One point on a curve, as a file declares it.

No guide page documents this yet — the page shows what the code says about itself.

Remarks

A record and not the runtime AudioCurvePoint struct, for the reason the whole parallel model exists: an asset is read once by a tool that may know nothing about the runtime, and the two are free to diverge — a point will grow a tangent long before the evaluator does.

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 the target's own unit.

Used by (5)

  • AudioCurveAssetVixen.Audio
  • MixerParameterTestsVixen.Audio.Tests
  • TypeRegistrationVixen.Audio
  • Vixen_Audio_Assets_AudioCurveAssetSerializerVixen.Audio
  • Vixen_Audio_Assets_AudioCurvePointAssetSerializerVixen.Audio