csharp
public readonly record struct TrajectoryKeyOne 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 PhaseWhere in the clip, in [0, 1].
public Vector3 ValueWhat 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