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