API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
classSceneInstanceNotFoundError
@codexo/exojs / core / stable
Thrown when `unload(Target, { instance: kind })` targets a specific kind of activation that does not exist for `Target`.
6
props
0
methods
0
events
Import
import { SceneInstanceNotFoundError } from '@codexo/exojs'Thrown when `unload(Target, { instance: kind })` targets a specific kind of activation that does not exist for `Target`.
Constructors1
new(constructorName: string, instance: SceneInstanceKindWhich kind of scene activation a disambiguating SceneDirector.unload call targets.): SceneInstanceNotFoundErrorProperties6
cause?: unknownconstructorName: stringmessage: stringname: stringstack?: stringSource