csharp
public enum AudioCurveInterpolationHow 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)
LinearStraight lines.
StepHolds each point's value until the next one is reached.
SmoothStraight 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