Method | Description | |
---|---|---|
Clear ( ) : void |
|
|
DrawEllipse ( |
|
|
DrawPolygon ( |
|
|
DrawRect ( int lineSize, |
|
|
DrawRect ( int lineSize, |
|
|
Shape ( ) : UnityEngine |
|
|
Update ( |
|
Method | Description | |
---|---|---|
HitTest ( ) : |
public DrawEllipse ( |
||
fillColor | ||
return | void |
public DrawPolygon ( |
||
points | ||
fillColor | ||
return | void |
public DrawRect ( int lineSize, |
||
lineSize | int | |
colors | ||
return | void |
public DrawRect ( int lineSize, |
||
lineSize | int | |
lineColor | ||
fillColor | ||
return | void |
public Update ( |
||
context | ||
return | void |