fluid.io.canvas

This module contains interfaces for drawing geometry on a canvas.

Members

Functions

getGlobalScale
Vector2 getGlobalScale()

Get the global program scale from the FLUID_SCALE environment variable.

Interfaces

CanvasIO
interface CanvasIO

I/O interface for canvas drawing functionality.

Structs

DrawableImage
struct DrawableImage

A DrawableImage is a variant of Image that can be associated with a CanvasIO in order to be drawn.

Meta