Method RemoveSplineAt
RemoveSplineAt<T>(T, int)
Removes a spline from a ISplineContainer.
Declaration
public static bool RemoveSplineAt<T>(this T container, int splineIndex) where T : ISplineContainer
Parameters
| Type | Name | Description |
|---|---|---|
| T | container | The target container. |
| int | splineIndex | The index of the spline to remove from the SplineContainer. |
Returns
| Type | Description |
|---|---|
| bool | Returns true if the spline was removed from the container. |
Type Parameters
| Name | Description |
|---|---|
| T | A type that implements ISplineContainer. |