Vixen
02b45cc4
csharp
public enum TimelineTrackKind

What a track holds.

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

Remarks

⚠ A track is one or the other, and that is what makes a double-tap unambiguous. On a key track an empty double-tap adds a key; on a span track it adds a span. A track that held both would have to guess which was meant from the pointer's height, and the answer would be wrong half the time.

Fields and properties (2)

  • Keys

    Instants. A diamond each.

  • Spans

    Stretches of time. A bar each, with its ramps drawn on it.

Used by (4)

  • TimelineVixen.Ui.Controls.Advanced
  • TimelineSpanTestsVixen.Ui.Controls.Advanced.Tests
  • TimelineTrackVixen.Ui.Controls.Advanced
  • AnimationClipViewVixen.Editor.AssetEditors