Vixen
02b45cc4
csharp
public sealed class TimelineKey

One keyframe on a track.

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

Fields and properties (2)

  • public float Time

    When, in seconds.

  • public object? Tag

    Whatever the application wants to hang off it.

Methods (2)

  • public TimelineKey(float time, object? tag = null)

    Creates a key.

  • public override string ToString()

    Returns a string that represents the current object.

Used by (7)

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