API reference

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

T

typeLoaderScopeKind

@codexo/exojs / assets / stable

What a claim scope represents, for diagnostics only. Ownership never varies by kind: every scope holds and releases claims identically. `'app'` is the loader's own application-lifetime scope, `'scene'` a scene's automatic scope, `'scope'` one created explicitly via Loader.createScope or LoaderScope.createScope, `'container'` the entries an asset container unpacked, and `'dependency'` the sub-assets a single asset's own load pulled in.

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

What a claim scope represents, for diagnostics only. Ownership never varies by kind: every scope holds and releases claims identically.

`'app'` is the loader's own application-lifetime scope, `'scene'` a scene's automatic scope, `'scope'` one created explicitly via Loader.createScope or LoaderScope.createScope, `'container'` the entries an asset container unpacked, and `'dependency'` the sub-assets a single asset's own load pulled in.

Definition1
"app" | "container" | "dependency" | "scene" | "scope"
Source