Skip to Content

@revideo/core


@revideo/core / scenes / SceneState

Enumeration: SceneState

Defined in: scenes/SceneState.ts:4 

Describes the state of a scene.

Enumeration Members

AfterTransitionIn

AfterTransitionIn: 1

Defined in: scenes/SceneState.ts:17 

The scene has finished transitioning in.

Remarks

Informs the Project that the previous scene is no longer necessary and can be disposed of.


CanTransitionOut

CanTransitionOut: 2

Defined in: scenes/SceneState.ts:27 

The scene is ready to transition out.

Remarks

Informs the project that the next scene can begin. The Scene.next method will still be invoked until the next scene enters AfterTransitionIn.


Finished

Finished: 3

Defined in: scenes/SceneState.ts:35 

The scene has finished.

Remarks

Invoking Scene.next won’t have any effect.


Initial

Initial: 0

Defined in: scenes/SceneState.ts:8 

The scene has just been created/reset.

© 2026 Haven Technologies, Inc.
Enumeration: SceneState – Revideo