Interface Offscreen

An offscreen rendering context. Use to optimize rendering of common pieces.

interface Offscreen {
    height: number;
    width: number;
}

Properties

Properties

height: number

The height of the offscreen canvas in pixels

width: number

The width of the offscreen canvas in pixels

Generated using TypeDoc