Interface GameImage

An image loaded in this graphics context

interface GameImage {
    height: number;
    id: string;
    width: number;
}

Properties

Properties

height: number

The height of the image

id: string

The ID given to the image, normally the URL

width: number

The width of the image

Generated using TypeDoc