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
config: T
Configuration object.
Inherited fromSceneDescription.configexperimentalFeatures
experimentalFeatures?: boolean
klass
klass: SceneConstructorT
The class used to instantiate the scene.
Inherited fromSceneDescription.klasslogger
logger: Logger
meta
meta: ObjectMetaField
SceneDescription.metaname
name: string
onReplaced
onReplaced: ValueDispatcherFullSceneDescriptionT
playback
playback: PlaybackStatus
plugins
plugins?: stringPlugin[]
A list of plugins to include in the project.
Inherited fromSceneDescription.pluginsresolutionScale
resolutionScale: number
sharedWebGLContext
sharedWebGLContext: SharedWebGLContext
size
size: Vector2
stack
stack?: string
The stack trace at the moment of creation.
Inherited fromSceneDescription.stacktimeEventsClass
timeEventsClass: ()
variables
variables: Variables