Vixen
02b45cc4
csharp
public readonly record struct SurfacePathKey

One place on a surface, 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 SurfacePoint Value

    Where on the shape.

Methods (1)

  • public SurfacePathKey(float Phase, SurfacePoint Value)

    One place on a surface, on a goal curve.

Used by (3)

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