Class CircleShape
Inherited Members
Namespace: Genesis.Graphics.Shapes
Assembly: Genesis.dll
Syntax
public class CircleShape : Shape
Constructors
CircleShape()
Declaration
public CircleShape()
Properties
Segments
Declaration
public int Segments { get; set; }
Property Value
Type | Description |
---|---|
int |
Methods
GetShape()
Gets the vertices defining the shape.
Declaration
public override float[] GetShape()
Returns
Type | Description |
---|---|
float[] | An array of floating-point values representing the vertices of the shape. |