Vixen
02b45cc4
csharp
public sealed class CurveDrawer

A curve editor over the member's own curve.

No guide page documents this yet — the page shows what the code says about itself.

Remarks

⚠ The curve is a reference type, so the editor edits the object the member holds. That makes every key drag a mutation the command stack never saw. What is recorded instead is one command per edit session, holding a copy of the curve from before it: the editor announces changes, and the drawer writes a snapshot back through Write so undo has something to put back.

Methods (3)

Used by (2)

  • DrawerRegistryVixen.Editor.Inspector
  • DrawerTestsVixen.Editor.Inspector.Tests