Property | Type | Description | |
---|---|---|---|
Center | System.Vector2 | ||
Radius | float |
Method | Description | |
---|---|---|
Circle ( System.Vector2 center, float radius ) : System | ||
ToPolygon ( int offset, float overrideWidth = -1 ) : Polygon |
public Circle ( System.Vector2 center, float radius ) : System | ||
center | System.Vector2 | |
radius | float | |
return | System |
public ToPolygon ( int offset, float overrideWidth = -1 ) : Polygon | ||
offset | int | |
overrideWidth | float | |
return | Polygon |