Class: Scene

Scene(name)

The current scene with is rendered on screen.

Constructor

new Scene(name)

Parameters:
Name Type Description
name string
Source:

Members

name :string

Type:
  • string
Source:

world :World

Type:
Source:

Methods

(abstract) load()

Called when the world is loaded by the ComplexCore. In this method your stage should be loaded/created
Source:

prepare()

Is called as soon you use this scene
Source:

update()

Updates the world object
Source: