Vixen
02b45cc4
csharp
public readonly record struct TrajectoryKey

One point on a goal curve.

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

Fields and properties (2)

  • public float Phase

    Where in the clip, in [0, 1].

  • public Vector3 Value

    What the goal was there.

Methods (1)

  • public TrajectoryKey(float Phase, Vector3 Value)

    One point on a goal curve.

Used by (4)

  • GoalTrajectoryVixen.Animation
  • SurfacePathVixen.Animation
  • TrajectoryCurveVixen.Animation
  • TrajectoryTestsVixen.Animation.Tests