Method RemoveSpline
RemoveSpline<T>(T, Spline)
Removes a spline from a ISplineContainer.
Declaration
public static bool RemoveSpline<T>(this T container, Spline spline) where T : ISplineContainer
Parameters
Type | Name | Description |
---|---|---|
T | container | The target SplineContainer. |
Spline | spline | 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. |