Vixen
02b45cc4
csharp
public readonly record struct ProposalEffector

One joint the proposal pass watches, and the surfaces it might be touching.

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

Fields and properties (3)

  • public int Joint

    The joint — a wrist, an ankle.

  • public int Chain

    The joint at the top of what would move to hold it there.

  • public Vector3 Offset

    Where on that joint the contact point is, in the joint's own space.

Methods (1)

  • public ProposalEffector(int Joint, int Chain, Vector3 Offset)

    One joint the proposal pass watches, and the surfaces it might be touching.

Used by (4)

  • ConstraintProposalsVixen.Animation
  • AnimationBinderVixen.Editor.AssetEditors
  • AnimationWiringTestsVixen.Editor.App.Tests
  • ProposalInputsVixen.Editor.AssetEditors