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