API reference

Every public class, method, and event in @codexo/exojs. Generated from source.

I

interfaceSceneTransitionFrame

@codexo/exojs / core / stable

Per-frame render inputs handed to SceneTransitionSession.render. See each field below for the exact non-null conditions it holds under.

3
props
0
methods
0
events
Import
import { SceneTransitionFrame } from '@codexo/exojs'

Per-frame render inputs handed to SceneTransitionSession.render. See each field below for the exact non-null conditions it holds under.

Properties3
committed: boolean
Mirrors SceneTransitionEnvironment.committed at render time.
Non-null only when currentFrame: 'texture' was requested and there is a live surface to show. Before commit: the outgoing scene. After commit: the incoming scene, or null for an unload with no incoming scene.
Non-null only when outgoingFrame: 'snapshot' was requested and an outgoing scene existed. The same texture for the entire session - never reallocated mid-session. Borrowed - do not retain or destroy it.
Source