Vixen
02b45cc4
csharp
public record class AnimationRow

Which 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)

Methods (1)

Used by (1)

  • AnimationClipViewVixen.Editor.AssetEditors