SceneConstructor
interface SceneConstructorT
The constructor used when creating new scenes.
Each class implementing the Scene interface should have a matching
constructor.
Type Parameters
TThe type of the configuration object. This object will be passed to the constructor from
SceneDescription.config.
Constructors
constructor
public new Scenedescription: FullSceneDescriptionT: Scene
Parameters
description: FullSceneDescriptionT