Class: PixiApp

phina.pixi.PixiApp(options)

new PixiApp(options)

Create app core using pixi.js's renderer for rendering.
レンダラーとしてpixi.js rendererを使うAppコアクラス
Parameters:
Name Type Description
options object parameter almost same as phina.display.CanvasApp
Source:

Extends

  • phina.display.DomApp

Members

(static) defaults

Default parameter of phina.pixi.PixiApp
Source:

Methods

(private) _draw() → {void}

Render the stage(container) of currentScene.
Source:
Returns:
Type
void

usingWebGL() → {boolean}

Returns whether the current renderer is using webGL.
Source:
Returns:
Type
boolean