Class Light2DShape
Inherited Members
Namespace: Genesis.Graphics.Shapes
Assembly: Genesis.dll
Syntax
public class Light2DShape : Shape
Constructors
Light2DShape()
Declaration
public Light2DShape()
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. |