Link Search Menu Expand Document

WindowLayer.d overview


Table of contents


utils

WindowLayer (class)

The layer which contains game windows.

Signature

export declare class WindowLayer {
  constructor()
}

initialize (method)

Signature

initialize(): void

update (method)

Updates the window layer for each frame.

Signature

update(): void

render (method)

Renders the object using the WebGL renderer.

Signature

render(renderer: PIXI.Renderer): void