Enum SplineModification
Describes the different types of changes that can occur to a spline.
Namespace: UnityEngine.Splines
Assembly: Unity.Splines.dll
Syntax
public enum SplineModification
Fields
| Name | Description |
|---|---|
| ClosedModified | The spline's Closed property was modified. |
| Default | The default modification type. This is used when no other SplineModification types apply. |
| KnotInserted | A knot was inserted. |
| KnotModified | A knot was modified. |
| KnotRemoved | A knot was removed. |
| KnotReordered | A knot was reordered. |