API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
interfaceSceneTransitionPhaseRequirements
Per-phase render-resource requirements for one phase (`enter` or `exit`) of a PhasedSceneTransition. Same shape as SceneTransitionRequirements - kept as a distinct type because a phase declares its *own* requirements, which the Director then merges with the other phase's via mergeSceneTransitionRequirements to produce the session-wide SceneTransitionRequirements.
import { SceneTransitionPhaseRequirements } from '@codexo/exojs'Per-phase render-resource requirements for one phase (`enter` or `exit`) of a PhasedSceneTransition. Same shape as SceneTransitionRequirements - kept as a distinct type because a phase declares its *own* requirements, which the Director then merges with the other phase's via mergeSceneTransitionRequirements to produce the session-wide SceneTransitionRequirements.
currentFrame: "direct" | "none" | "texture"outgoingFrame: "none" | "snapshot"