API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
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): RetainedSceneConflictErrorProperties5
cause?: unknownconstructorName: stringmessage: stringname: stringstack?: stringSource