public readonly record struct ProposalInputsWhat 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 SkeletonThe rig the clip is played on.
public ProxyShapeSet ShapesWhat 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> EffectorsWhich joints to watch.
public ProposalSettings SettingsHow close and how long counts as a contact.
public PriorityLadder? LadderThe priority ladder the clip's tags name, or .
Methods (1)
public ProposalInputs(Skeleton Skeleton, ProxyShapeSet Shapes, IReadOnlyList<ProposalEffector> Effectors, ProposalSettings Settings, PriorityLadder? Ladder = null)What the proposal pass needs, once somebody with a project has found it.
Used by (2)
- AnimationBinderVixen.Editor.AssetEditors
- AnimationClipDocumentVixen.Editor.AssetEditors