Skip to main content

SceneDescription

interface SceneDescriptionT = unknown 

Describes a scene exposed by scene files.

Type Parameters

  • T = unknown

    The type of the configuration object.

Extended by

Properties

config

Configuration object.


klass

The class used to instantiate the scene.


meta

meta: ObjectMetaFieldseed: MetaFieldanynumber = ...timeEvents: MetaFieldSerializedTimeEvent[]SerializedTimeEvent[] = ...version: MetaFieldanynumber = ...

plugins

plugins?: stringPlugin[]

A list of plugins to include in the project.


stack

stack?: string

The stack trace at the moment of creation.