Vixen
02b45cc4
csharp
public static class ConstraintLabels

The labels the stage reserves, because they name where a goal is solved.

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

Remarks

⚠ Two labels are not ordinary labels. A goal wearing one of these is solved by a different pass and is excluded from every other, so a project that used root to mean something of its own would find those goals silently moving the character instead of its limbs. Everything else about a label — suppression, querying — works the same way on these.

Fields and properties (2)

  • public static Symbol Root

    Solved as the character's placement, before the pose, and not by the pose solve.

  • public static Symbol Camera

    Solved as the camera's placement, after the shot, and nowhere else.

Used by (2)

  • ConstraintStackVixen.Animation
  • PlacementTestsVixen.Animation.Tests