Vixen
02b45cc4
csharp
public enum TangentMode

How a key's two tangents behave when it is moved.

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

Fields and properties (5)

  • Auto

    Worked out from the neighbours, so the curve stays smooth without being aimed.

  • Free

    Whatever the user dragged them to, kept in line with each other.

  • Broken

    Ditto, but the two sides move independently — a corner.

  • Linear

    Straight lines to the neighbours.

  • Constant

    The value holds until the next key and then jumps. A step.

Used by (13)

  • AnimationCurveVixen.Ui.Controls.Advanced
  • CurveEditorVixen.Ui.Controls.Advanced
  • CurveEditorTestsVixen.Ui.Controls.Advanced.Tests
  • CurveEvaluationVixen.Core
  • CurveKeyVixen.Ui.Controls.Advanced
  • CurveSampleVixen.Core
  • AnimationClipViewVixen.Editor.AssetEditors
  • AnimationKeyDataVixen.Editor.Assets
  • AuthoringTestsVixen.Editor.AssetEditors.Tests
  • SequenceKeyDataVixen.Editor.AssetEditors
  • SequencePlayerVixen.Editor.AssetEditors
  • TypeRegistrationVixen.Editor.Assets
  • Vixen_Editor_AssetEditors_Sequencing_SequenceKeyDataSerializerVixen.Editor.AssetEditors