Property | Type | Description | |
---|---|---|---|
Points | List |
Method | Description | |
---|---|---|
Add ( System.Vector2 point ) : void | ||
Draw ( System.Drawing.Color color, int width = 1 ) : void | ||
IsOutside ( System.Vector2 pointVector2 ) : bool | ||
ToClipperPath ( ) : List |
Method | Description | |
---|---|---|
DrawLineInWorld ( System.Vector3 start, System.Vector3 end, int width, System.Drawing.Color color ) : void |
public Draw ( System.Drawing.Color color, int width = 1 ) : void | ||
color | System.Drawing.Color | |
width | int | |
return | void |
public IsOutside ( System.Vector2 pointVector2 ) : bool | ||
pointVector2 | System.Vector2 | |
return | bool |