Vixen
02b45cc4
csharp
public readonly record struct SplineHandle

One draggable thing on a spline.

Read the guide page for this →

Fields and properties (2)

  • public int Point

    Which control point.

  • public SplineElement Element

    Which part of it.

Methods (1)

  • public SplineHandle(int Point, SplineElement Element)

    One draggable thing on a spline.

Used by (2)

  • SplineEditVixen.Editor.SceneView
  • SplineEditTestsVixen.Editor.SceneView.Tests