API reference

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

C

classRetainedSceneConflictError

@codexo/exojs / core / stable

Thrown when `change` targets a constructor that already has a retained (suspended) Scene. Call SceneDirector.restore or SceneDirector.unload for it first.

5
props
0
methods
0
events
Import
import { RetainedSceneConflictError } from '@codexo/exojs'

Thrown when `change` targets a constructor that already has a retained (suspended) Scene. Call SceneDirector.restore or SceneDirector.unload for it first.

Constructors1
new(constructorName: string): RetainedSceneConflictError
Properties5
cause?: unknown
constructorName: string
message: string
name: string
stack?: string
Source