pixi-jsInterfaces
Interface: GCManagedHashOptions<T>
Defined in: node_modules/pixi.js/lib/utils/data/GCManagedHash.d.ts:8
Internal
Options for the GCManagedHash.
Type Parameters
T
T extends GCable & object & Pick<EventEmitter, "once" | "off">
Properties
name
> name: string
Defined in: node_modules/pixi.js/lib/utils/data/GCManagedHash.d.ts:15
onUnload?
> optional onUnload?: (item, ...args) => void
Defined in: node_modules/pixi.js/lib/utils/data/GCManagedHash.d.ts:13
Parameters
item
T
args
...any[]
Returns
void
priority?
> optional priority?: number
Defined in: node_modules/pixi.js/lib/utils/data/GCManagedHash.d.ts:14
renderer
> renderer: Renderer
Defined in: node_modules/pixi.js/lib/utils/data/GCManagedHash.d.ts:11
type
> type: "renderable" | "resource"
Defined in: node_modules/pixi.js/lib/utils/data/GCManagedHash.d.ts:12