Vixen
02b45cc4
csharp
public readonly record struct LiveConstraintTag

A tag that is live this frame, and how much of it.

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

Fields and properties (5)

  • public ConstraintTag Tag

    The tag.

  • public ConstraintTrack Track

    The track it came from, which with the index is what identifies it.

  • public int Index

    Its position in that track.

  • public float Weight

    The clip's blend weight times the tag's own activation, in [0, 1].

  • public float Phase

    Where the clip that carries it is, in [0, 1].

Methods (1)

  • public LiveConstraintTag(ConstraintTag Tag, ConstraintTrack Track, int Index, float Weight, float Phase)

    A tag that is live this frame, and how much of it.

Used by (2)

  • ConstraintStackVixen.Animation
  • ConstraintTagBufferVixen.Animation