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 |
---|---|---|
ClosedModified | The spline's Closed property was modified. |
|
Default | The default modification type. This is used when no other SplineModification types apply, or when the Spline is modified in the Inspector. |
|
KnotInserted | A knot was inserted. |
|
KnotModified | A knot was modified. |
|
KnotRemoved | A knot was removed. |