Property | Type | Description | |
---|---|---|---|
AntiAlias | Samples, | ||
BezierPoints | BezierPoint[], | ||
Lines | List |
||
baseTex | |||
brush | BrushTool | ||
col | Color | ||
col2 | Color | ||
colorCircle | |||
currentInfo | LineInfo, | ||
eraser | EraserTool | ||
gskin | |||
lineTool | LineTool | ||
lineWidth | float | ||
stroke | Stroke, | ||
strokeWidth | float | ||
tool | Tool, | ||
toolimgs | Texture[] | ||
zoom | int |
Method | Description | |
---|---|---|
Brush ( Vector2 p1, Vector2 p2 ) : void | ||
Clear ( ) : void | ||
Eraser ( Vector2 p1, Vector2 p2 ) : void | ||
OnDestroy ( ) : void | ||
Start ( ) : void | ||
Update ( ) : void | ||
test ( ) : void |
public Brush ( Vector2 p1, Vector2 p2 ) : void | ||
p1 | Vector2 | |
p2 | Vector2 | |
return | void |
public Eraser ( Vector2 p1, Vector2 p2 ) : void | ||
p1 | Vector2 | |
p2 | Vector2 | |
return | void |