Vixen
02b45cc4
csharp
public sealed class SplineCommand

One spline edit, as something the undo stack can take back.

Read the guide page for this →

Remarks

⚠ The whole point list, before and after. An edit that inserts or removes a point moves every index after it, so a per-point record would have to reason about that; a snapshot of a hundred points is three kilobytes and reasons about nothing. It is the same trade TerrainStrokeCommand makes in the other direction, for the other reason.

Fields and properties (1)

  • public string Name

    What this is called in the undo history, as a person would say it.

Methods (4)

Used by (2)

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