Method TryGetSpline
TryGetSpline(out Spline)
Attempt to get a reference to the Spline described by this object.
Declaration
public bool TryGetSpline(out Spline spline)
Parameters
| Type | Name | Description |
|---|---|---|
| Spline | spline | A Spline if the Container and SplineIndex are valid, otherwise null. |
Returns
| Type | Description |
|---|---|
| bool | Returns true if the Container and SplineIndex are valid, otherwise false. |