interface Content {
    factory: Factory;
    lookupId?: string;
}

Properties

Properties

factory: Factory

Callback function that asyncronously creates an HTML Canvas Element for use by a StaticCanvasTexture.

The finished canvas is passed via cb (See FactoryCallback)

lookupId?: string

Unique identifier for this texture