Method DrawBezier
DrawBezier(Vector3, Vector3, Vector3, Vector3, float, Color)
Declaration
public void DrawBezier(Vector3 p1, Vector3 p2, Vector3 p3, Vector3 p4, float width, Color color)
Parameters
| Type | Name | Description |
|---|---|---|
| Vector3 | p1 | |
| Vector3 | p2 | |
| Vector3 | p3 | |
| Vector3 | p4 | |
| float | width | |
| Color | color |