Vixen
02b45cc4
csharp
public sealed class DefaultConstraintScheduler

The shipped scheduler: nothing before, everybody on their own after.

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

Remarks

Planning no pose groups is not the same as planning one group per character — it is what tells AnimationSystem to leave every stack to solve itself inside its animator's own processor pass, where it already runs across the job scheduler with everything else that animator does. Claiming each one into a group of its own would move the same work onto a second parallel pass for no gain.

Fields and properties (1)

Methods (2)

Used by (2)

  • ConstraintStageBenchmarksVixen.Benchmarks.Animation
  • AnimationSystemVixen.Animation