Class TestDrawer
Inheritance
System.Object
TestDrawer
Syntax
public class TestDrawer : IDrawer
Methods
DrawBezier(Vector3, Vector3, Vector3, Vector3, Single, 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 |
|
| System.Single |
width |
|
| Color |
color |
|
Implements
DrawCreatePointPreview(Vector3)
Declaration
public void DrawCreatePointPreview(Vector3 position)
Parameters
| Type |
Name |
Description |
| Vector3 |
position |
|
Implements
DrawDottedLine(Vector3, Vector3, Single, Color)
Declaration
public void DrawDottedLine(Vector3 p1, Vector3 p2, float width, Color color)
Parameters
| Type |
Name |
Description |
| Vector3 |
p1 |
|
| Vector3 |
p2 |
|
| System.Single |
width |
|
| Color |
color |
|
DrawLine(Vector3, Vector3, Single, Color)
Declaration
public void DrawLine(Vector3 p1, Vector3 p2, float width, Color color)
Parameters
| Type |
Name |
Description |
| Vector3 |
p1 |
|
| Vector3 |
p2 |
|
| System.Single |
width |
|
| Color |
color |
|
Implements
DrawPoint(Vector3)
Declaration
public void DrawPoint(Vector3 position)
Parameters
| Type |
Name |
Description |
| Vector3 |
position |
|
Implements
DrawPointHovered(Vector3)
Declaration
public void DrawPointHovered(Vector3 position)
Parameters
| Type |
Name |
Description |
| Vector3 |
position |
|
Implements
DrawPointSelected(Vector3)
Declaration
public void DrawPointSelected(Vector3 position)
Parameters
| Type |
Name |
Description |
| Vector3 |
position |
|
Implements
DrawRemovePointPreview(Vector3)
Declaration
public void DrawRemovePointPreview(Vector3 position)
Parameters
| Type |
Name |
Description |
| Vector3 |
position |
|
DrawSelectionRect(Rect)
Declaration
public void DrawSelectionRect(Rect rect)
Parameters
| Type |
Name |
Description |
| Rect |
rect |
|
DrawTangent(Vector3, Vector3)
Declaration
public void DrawTangent(Vector3 position, Vector3 tangent)
Parameters
| Type |
Name |
Description |
| Vector3 |
position |
|
| Vector3 |
tangent |
|
Implements