Loom Engine - v3.1.1
    Preparing search index...

    Interface EngineOptions

    interface EngineOptions {
        canvas: HTMLCanvasElement;
        inputWindow?: Window | null;
        skipAudio?: boolean;
        entropySeed?: number;
        backend?: DeviceBackend;
        device?: IGraphicsDevice;
    }
    Index

    Properties

    canvas: HTMLCanvasElement
    inputWindow?: Window | null
    skipAudio?: boolean
    entropySeed?: number
    backend?: DeviceBackend