Vixen
02b45cc4
csharp
public sealed class PositionGoal

A joint, or an offset from one, should be at a point.

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

Fields and properties (4)

  • public override GoalKind Kind

    What it asks for.

  • public Vector3 Offset

    Where in the goal's frame the point is.

  • public Vector3 EffectorOffset

    Where on the effector joint the point being placed is.

  • public Vector3 Region

    Half-extents of the volume the point may be anywhere inside, in the frame's own axes.

Methods (1)

  • public Vector3 Nearest(in Frame frame, Vector3 from)

    The nearest acceptable point to one that is offered.

Used by (17)

  • ConstraintStageBenchmarksVixen.Benchmarks.Animation
  • AuthoringTestsVixen.Animation.Tests
  • ConstraintGizmosVixen.Animation
  • ConstraintStageTestsVixen.Animation.Tests
  • ConstraintTagRecordVixen.Animation
  • ConstraintTestsVixen.Animation.Tests
  • DefaultConstraintArbiterVixen.Animation
  • FootPlacementPresetVixen.Animation
  • GizmoTestsVixen.Animation.Tests
  • JointLimitTestsVixen.Animation.Tests
  • PlacementTestsVixen.Animation.Tests
  • ProxyShapeTestsVixen.Animation.Tests
  • RigidBodySolverVixen.Animation
  • TrajectoryTestsVixen.Animation.Tests
  • VariationHarnessVixen.Animation
  • WeightedTestArbiterVixen.Animation.Tests
  • AnimationClipDocumentVixen.Editor.AssetEditors