A SceneNode provides the links between scenes.

interface iSceneNode {
    nextScene: string;
    thisScene: string;
}

Implemented by

Properties

Properties

nextScene: string

The name of the next scene, the scene the player will go to after passing the exit gate.

thisScene: string

The (unique) name of this scene.

Generated using TypeDoc