Property | Type | Description | |
---|---|---|---|
Angle | float | ||
Center | System.Vector2 | ||
Direction | System.Vector2 | ||
Radius | float |
Method | Description | |
---|---|---|
Sector ( System.Vector2 center, System.Vector2 direction, float angle, float radius ) : System | ||
ToPolygon ( int offset ) : Polygon |
public Sector ( System.Vector2 center, System.Vector2 direction, float angle, float radius ) : System | ||
center | System.Vector2 | |
direction | System.Vector2 | |
angle | float | |
radius | float | |
return | System |