csharp
public interface IConstraintGroupSinkWhere a scheduler puts the groups it decided on.
No guide page documents this yet — the page shows what the code says about itself.
Remarks
A sink rather than a returned list, so a scheduler that decides one group per character allocates nothing at all and one that discovers a dependency graph allocates only what its own bookkeeping needs.
Methods (1)
void Add(ReadOnlySpan<ConstraintStack> members)Declares that these characters are solved together, in this order.
Used by (4)
- DefaultConstraintSchedulerVixen.Animation
- GroupSinkVixen.Animation
- IConstraintSchedulerVixen.Animation
- OneGroupTestSchedulerVixen.Animation.Tests