Event SplineRemoved
Invoked any time a spline is removed from the container.
Namespace: UnityEngine.Splines
Assembly: solution.dll
Syntax
public static event Action<SplineContainer, int> SplineRemoved
Returns
Type | Description |
---|---|
Action<SplineContainer, int> |
Remarks
The parameter corresponds to the spline index.