Свойство | Тип | Описание | |
---|---|---|---|
Direction | System.Vector2 | ||
Perpendicular | System.Vector2 | ||
REnd | System.Vector2 | ||
RStart | System.Vector2 | ||
Width | float |
Метод | Описание | |
---|---|---|
Rectangle ( System.Vector2 start, System.Vector2 end, float width ) : System | ||
ToPolygon ( int offset, float overrideWidth = -1 ) : Polygon |
public Rectangle ( System.Vector2 start, System.Vector2 end, float width ) : System | ||
start | System.Vector2 | |
end | System.Vector2 | |
width | float | |
Результат | System |
public ToPolygon ( int offset, float overrideWidth = -1 ) : Polygon | ||
offset | int | |
overrideWidth | float | |
Результат | Polygon |