ShapeBuilder typedef

ShapeBuilder = Shape Function(Vector2 size)

A function that creates a shape based on a size represented by a Vector2

Implementation

typedef ShapeBuilder = Shape Function(Vector2 size);