Vixen
02b45cc4
csharp
public sealed class ConstraintTrack

Every goal one clip carries.

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

Remarks

A separate object from the clip's channels because it is separately authored, separately versioned and separately optional: most clips carry none, and the ones that do are edited by somebody looking at a timeline rather than at a curve.

Fields and properties (3)

  • public int Count

    How many tags it holds.

  • public ReadOnlySpan<ConstraintTag> Tags

    The tags.

  • public ConstraintTag this[int index]

    One tag.

Methods (1)

  • public ConstraintTrack(params ReadOnlySpan<ConstraintTag> tags)

    Builds a track.

Used by (11)

  • AnimationClipVixen.Animation
  • AuthoringTestsVixen.Animation.Tests
  • ClipMotionVixen.Animation
  • ConstraintStackVixen.Animation
  • ConstraintTagBufferVixen.Animation
  • ConstraintTagRecordVixen.Animation
  • ConstraintTestsVixen.Animation.Tests
  • LiveConstraintTagVixen.Animation
  • PlaybackVixen.Animation
  • TrajectoryTestsVixen.Animation.Tests
  • VariationHarnessVixen.Animation