The alias of PIXI.blendModes.ADD.
The alias of PIXI.blendModes.MULTIPLY.
The alias of PIXI.blendModes.NORMAL.
The alias of PIXI.blendModes.SCREEN.
The height of the window display area.
The width of the window display area.
The total frame count of the game screen.
The height of the game screen.
The zoom scale of the game screen.
The width of the game screen.
Calls pixi.js garbage collector
Checks whether the browser can play the specified video type.
The video type to test support for
True if the browser can play the specified video type
Checks whether the canvas blend mode 'difference' is supported.
True if the canvas blend mode 'difference' is supported
Checks whether the canvas blend mode 'saturation' is supported.
True if the canvas blend mode 'saturation' is supported
Erases the "Now Loading" image.
Checks whether the current browser supports WebGL.
True if the current browser supports WebGL.
Hides the FPSMeter element.
Initializes the graphics system.
Checks whether the font file is loaded.
The face name of the font
True if the font file is loaded
Checks whether the specified point is inside the game canvas area.
The x coordinate on the canvas area
The y coordinate on the canvas area
True if the specified point is inside the game canvas area
Checks whether the video is playing.
True if the video is playing
Checks whether the renderer type is WebGL.
True if the renderer type is WebGL
Loads a font file.
The face name of the font
The url of the font file
Converts an x coordinate on the page to the corresponding x coordinate on the canvas area.
The x coordinate on the page to be converted
The x coordinate on the canvas area
Converts a y coordinate on the page to the corresponding y coordinate on the canvas area.
The y coordinate on the page to be converted
The y coordinate on the canvas area
Starts playback of a video.
Displays the error text to the screen.
The name of the error
The message of the error
Renders the stage to the game screen.
The stage object to be rendered
Sets the source of the "Now Loading" image.
Shows the FPSMeter element.
Initializes the counter for displaying the "Now Loading" image.
Marks the end of each frame for FPSMeter.
Marks the beginning of each frame for FPSMeter.
Increments the loading counter and displays the "Now Loading" image if necessary.
Generated using TypeDoc
The static class that carries out graphics processing.
Graphics