Event SplineReordered
Invoked any time a spline is reordered in the container.
Namespace: UnityEngine.Splines
Assembly: solution.dll
Syntax
public static event Action<SplineContainer, int, int> SplineReordered
Returns
Type | Description |
---|---|
Action<SplineContainer, int, int> |
Remarks
The first parameter corresponds to the previous spline index, the second parameter corresponds to the new spline index.