Skip to Content
DocumentationAPI ReferenceCoreScenesInterfacesInterface: SceneDescriptionReload<T>

@revideo/core


@revideo/core / scenes / SceneDescriptionReload

Interface: SceneDescriptionReload<T>

Defined in: scenes/Scene.ts:78 

A part of the SceneDescription that can be updated during reload.

Type Parameters

T

T = unknown

The type of the configuration object.

Properties

config?

optional config?: T

Defined in: scenes/Scene.ts:81 


resolutionScale?

optional resolutionScale?: number

Defined in: scenes/Scene.ts:80 


size?

optional size?: Vector2

Defined in: scenes/Scene.ts:79 


stack?

optional stack?: string

Defined in: scenes/Scene.ts:82 

© 2026 Haven Technologies, Inc.
Interface: SceneDescriptionReload<T> – Revideo