Vixen
dd8b0a81
csharp
public sealed class CurvePresetKey

One key of a saved curve, as a file can hold it.

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

Remarks

⚠ The tangent mode is a name and not a number. It is an enum somebody will insert a member into, and one stored as an integer comes back meaning something else after a version that edits the declaration — the failure nobody reports because it looks like the editor forgetting. ViewportPreferences makes the same argument about show flags and a view mode, and this file is beside it for the same reason.

Fields and properties (5)

  • public float Time

    When.

  • public float Value

    What.

  • public float InTangent

    The slope coming in.

  • public float OutTangent

    The slope going out.

  • public string Mode

    How the two behave, by the name TangentMode gives it.

Used by (3)

  • CurvePresetVixen.Editor.App
  • CurvePresetLibraryVixen.Editor.App
  • TypeRegistrationVixen.Editor.App