Skip to main content

SceneConstructor

interface SceneConstructorT 

The constructor used when creating new scenes.

Each class implementing the Scene interface should have a matching constructor.

Type Parameters

  • T

    The type of the configuration object. This object will be passed to the constructor from config.

Constructors

constructor

Parameters