csharp
public sealed class HarnessPlanWhat the harness runs, and against what.
Fields and properties (9)
public required AnimationClipContent ClipThe clip, in its authored form.
public required Skeleton SkeletonThe rig as authored, which the variations start from.
public ProxyShapeSet? ShapesThe proxy shapes built against that rig, if the clip's goals need any.
public PriorityLadder? LadderThe priority ladder the clip's tags name, if it names any.
public IReadOnlyList<IVariationSource> VariationsWhat varies. No axes at all is one configuration, which is a legitimate run.
public int SamplesHow many moments of the clip to watch.
public HarnessThresholds ThresholdsWhat counts as a failure.
public IConstraintArbiter? ArbiterHow conflicts resolve, or for the shipped arbiter.
public IChainSolver? SolverHow chains are moved, or for the shipped solver.
Used by (7)
- HarnessPlanContentVixen.Animation
- HarnessTestsVixen.Animation.Tests
- JointLimitTestsVixen.Animation.Tests
- VariationHarnessVixen.Animation
- HarnessDocumentVixen.Editor.AssetEditors
- HarnessViewTestsVixen.Editor.AssetEditors.Tests
- VariationHarnessViewVixen.Editor.AssetEditors