Vixen
02b45cc4
csharp
public readonly record struct ProposalInputs

What the proposal pass needs, once somebody with a project has found it.

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

Remarks

⚠ The shapes arrive already augmented. Whether the scene contributed anything is the host's question — it depends on whether the clip names a context and whether that file is readable — and answering it inside the pass would put a file lookup in the middle of a measurement.

Fields and properties (5)

  • public Skeleton Skeleton

    The rig the clip is played on.

  • public ProxyShapeSet Shapes

    What to measure against: the subject's own shapes, and — where the clip names a sequence — everything else that was in the scene, brought into the subject's space by Augment.

  • public IReadOnlyList<ProposalEffector> Effectors

    Which joints to watch.

  • public ProposalSettings Settings

    How close and how long counts as a contact.

  • public PriorityLadder? Ladder

    The priority ladder the clip's tags name, or .

Methods (1)

Used by (2)

  • AnimationBinderVixen.Editor.AssetEditors
  • AnimationClipDocumentVixen.Editor.AssetEditors