csharp
public readonly record struct LiveConstraintTagA 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 TagThe tag.
public ConstraintTrack TrackThe track it came from, which with the index is what identifies it.
public int IndexIts position in that track.
public float WeightThe clip's blend weight times the tag's own activation, in [0, 1].
public float PhaseWhere 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