Свойство | Тип | Описание | |
---|---|---|---|
Direction | Vector2 | ||
Perpendicular | Vector2 | ||
REnd | Vector2 | ||
RStart | Vector2 | ||
Width | float |
Метод | Описание | |
---|---|---|
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 | |
Результат | System |
public ToPolygon ( int offset, float overrideWidth = -1 ) : Polygon | ||
offset | int | |
overrideWidth | float | |
Результат | Polygon |