csharp
public readonly record struct ResolvedGoalA goal that resolved, and how much of it applies this frame.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (3)
public ConstraintGoal GoalWhat it asks for.
public Frame FrameWhere it turned out to be, in model space — and for an additive goal, the frame its offset was measured against, which is Reference where one is set. An absolute goal is placed in its frame; an additive one is only oriented by it.
public float WeightHow much of it applies, in [0, 1] — the clip's blend weight, the tag's activation, the handle's own weight, any suppression by label and the ease already multiplied together.
Methods (1)
public ResolvedGoal(ConstraintGoal Goal, Frame Frame, float Weight)A goal that resolved, and how much of it applies this frame.
Used by (8)
- CameraConstraintsVixen.Animation
- ConstraintGizmosVixen.Animation
- ConstraintSolveContextVixen.Animation
- ConstraintStackVixen.Animation
- DefaultConstraintArbiterVixen.Animation
- PlaybackVixen.Animation
- RigidBodySolverVixen.Animation
- WeightedTestArbiterVixen.Animation.Tests