Interface IRenderManagerEventMap

interface IRenderManagerEventMap {
    animationLoop: IAnimationLoopEvent;
    contextLost: { event: WebGLContextEvent };
    contextRestored: object;
    resize: object;
    update: IRenderManagerUpdateEvent;
}

Properties

animationLoop: IAnimationLoopEvent
contextLost: { event: WebGLContextEvent }
contextRestored: object
resize: object