Vixen
02b45cc4
csharp
public readonly record struct TrajectoryRotationKey

One orientation 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 Quaternion Value

    What the goal's rotation was there.

Methods (1)

  • public TrajectoryRotationKey(float Phase, Quaternion Value)

    One orientation on a goal curve.

Used by (2)

  • GoalTrajectoryVixen.Animation
  • TrajectoryRotationCurveVixen.Animation