Property | Type | Description | |
---|---|---|---|
Direction | Vector2 | ||
Perpendicular | Vector2 | ||
REnd | Vector2 | ||
RStart | Vector2 | ||
Width | float |
Method | Description | |
---|---|---|
Rectangle ( Vector2 start, Vector2 end, float width ) : System | ||
ToPolygon ( int offset, float overrideWidth = -1 ) : Polygon |
public Rectangle ( Vector2 start, Vector2 end, float width ) : System | ||
start | Vector2 | |
end | Vector2 | |
width | float | |
return | System |
public ToPolygon ( int offset, float overrideWidth = -1 ) : Polygon | ||
offset | int | |
overrideWidth | float | |
return | Polygon |