SceneDescription
interface SceneDescriptionT = unknown
Describes a scene exposed by scene files.
Type Parameters
T = unknownThe type of the configuration object.
Extended by
FullSceneDescription
Properties
config
config: T
Configuration object.
klass
klass: SceneConstructorT
The class used to instantiate the scene.
meta
meta: ObjectMetaField
plugins
plugins?: stringPlugin[]
A list of plugins to include in the project.
stack
stack?: string
The stack trace at the moment of creation.