Skip to main content

FullSceneDescription

interface FullSceneDescriptionT = unknown extends SceneDescriptionT

Describes a complete scene together with the meta file.

Type Parameters

  • T = unknown

    The type of the configuration object.

Properties

config

Configuration object.

Inherited from SceneDescription.config

experimentalFeatures


klass

The class used to instantiate the scene.

Inherited from SceneDescription.klass

logger


meta

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

name

name: string

onReplaced


playback


plugins

plugins?: stringPlugin[]

A list of plugins to include in the project.

Inherited from SceneDescription.plugins

resolutionScale


sharedWebGLContext


size


stack

stack?: string

The stack trace at the moment of creation.

Inherited from SceneDescription.stack

timeEventsClass


variables