Method DoSpline
DoSpline<T>(T)
Draws a handle for a spline.
Declaration
public static void DoSpline<T>(T spline) where T : ISpline
Parameters
| Type | Name | Description |
|---|---|---|
| T | spline | The target spline. |
Type Parameters
| Name | Description |
|---|---|
| T | A type implementing ISpline. |
DoSpline<T>(int, T)
Draws a handle for a spline.
Declaration
public static void DoSpline<T>(int controlID, T spline) where T : ISpline
Parameters
| Type | Name | Description |
|---|---|---|
| int | controlID | The spline mesh controlID. |
| T | spline | The target spline. |
Type Parameters
| Name | Description |
|---|---|
| T | A type implementing ISpline. |