API reference

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

I

interfaceSceneTransitionPhaseRequirements

@codexo/exojs / core / stable

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.

2
props
0
methods
0
events
Import
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.

Properties2
currentFrame: "direct" | "none" | "texture"
outgoingFrame: "none" | "snapshot"
Source