Class: Core

Core()

Complex Core. This class handles the rendering of the current scene.

Constructor

new Core()

Source:

Members

instance :Core|null

Type:
Source:

scene :Scene|null

Type:
Source:

Methods

(static) getInstance() → {Core}

Source:
Returns:
Type
Core

getScene() → {Scene|null}

Source:
Returns:
Type
Scene | null

loadScene(scene)

load a scene to be rendered
Parameters:
Name Type Description
scene Scene
Source:

update()

render the loaded scene
Source: