csharp
public sealed class TimelineKeyOne 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 TimeWhen, in seconds.
public object? TagWhatever 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