csharp
public record class AnimationRowWhich row of the dope sheet a timeline track is.
No guide page documents this yet — the page shows what the code says about itself.
Remarks
A tag on the track rather than a parallel list, because Timeline rebuilds its header rows as it scrolls — the same pooling the outliner does — and an index into a list beside it would name a different row after every rebuild.
Fields and properties (2)
public AnimationTargetData? TargetThe object it drives, or for the event track.
public AnimationProperty PropertyWhich of its numbers.
Methods (1)
public AnimationRow(AnimationTargetData? Target, AnimationProperty Property)Which row of the dope sheet a timeline track is.
Used by (1)
- AnimationClipViewVixen.Editor.AssetEditors