Vixen
02b45cc4
csharp
public enum AudioCurveInterpolation

How a curve gets from one point to the next.

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

Fields and properties (3)

  • Linear

    Straight lines.

  • Step

    Holds each point's value until the next one is reached.

  • Smooth

    Straight lines, eased at both ends of each segment.

Used by (5)

  • AudioCurveVixen.Audio
  • AudioCurveAssetVixen.Audio
  • AudioCurveTestsVixen.Audio.Tests
  • TypeRegistrationVixen.Audio
  • Vixen_Audio_Assets_AudioCurveAssetSerializerVixen.Audio