Skip to content

getSceneContainer

getSceneContainer(ctx, scene): Container<ContainerChild> | undefined

Defined in: renderer/src/transitions/helpers.ts:12

Resolve the root container for a scene that participates in a transition. Returns undefined if scene is undefined or its tree hasn’t been materialized. Intended for use inside SceneTransition.begin/tick/end so custom transitions can manipulate per-scene containers without boilerplate.

SceneTransitionContext

Scene | undefined

Container<ContainerChild> | undefined