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