Black Trigram (흑괘) - Korean Martial Arts Combat Simulator API - v0.7.9
    Preparing search index...

    Interface WebGLContextState

    interface WebGLContextState {
        isCanvasMounted: boolean;
        isContextLost: boolean;
        lossCount: number;
    }
    Index

    Properties

    isCanvasMounted: boolean

    Whether the canvas element has been found

    isContextLost: boolean

    Whether context is currently lost

    lossCount: number

    Number of times context has been lost