Vixen
02b45cc4
csharp
public readonly struct ConstraintGroup

Characters that have to be solved together, because their goals refer to each other.

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

Remarks

A window over the system's own array rather than a list of its own, so planning a frame's groups allocates nothing. A group of one — which is what the default plans — is the ordinary per-character solve, and nothing about it is special-cased.

Fields and properties (2)

  • public int Count

    How many characters are in it.

  • public ConstraintStack this[int index]

    One of them.

Used by (3)

  • ConstraintSolveContextVixen.Animation
  • ConstraintStackVixen.Animation
  • GroupSinkVixen.Animation