FullSceneDescription
interface FullSceneDescriptionT = unknown extends SceneDescriptionT
Describes a complete scene together with the meta file.
Type Parameters
T = unknownThe type of the configuration object.
Properties​
config​
Configuration object.
Inherited fromSceneDescription.configexperimentalFeatures​
experimentalFeatures?: boolean
klass​
The class used to instantiate the scene.
Inherited fromSceneDescription.klasslogger​
meta​
meta: ObjectMetaFieldseed: MetaFieldanynumber = ...timeEvents: MetaFieldSerializedTimeEvent[]SerializedTimeEvent[] = ...version: MetaFieldanynumber = ...
SceneDescription.metaname​
name: string
onReplaced​
playback​
plugins​
A list of plugins to include in the project.
Inherited fromSceneDescription.pluginsresolutionScale​
resolutionScale: number
sharedWebGLContext​
size​
stack​
stack?: string
The stack trace at the moment of creation.
Inherited fromSceneDescription.stacktimeEventsClass​
timeEventsClass: ()