Collection of additional hooks for finding assets.
Callback to call after completed.
If prepare is ticking (running).
Collection of additional hooks for processing assets.
Static
uploadsThe default maximum uploads per frame.
Manually add an item to the uploading queue.
Object to add to the queue
Instance of plugin for chaining.
Upload all the textures and graphics to the GPU.
Optional
item: Container<DisplayObject> | Texture<Resource> | BaseTexture<Resource, IAutoDetectOptions> | IDisplayObjectExtendedContainer or display object to search for items to upload or the items to upload themselves,
or optionally ommitted, if items have been added using PIXI.BasePrepare#add prepare.add
.
PIXI.BasePrepare#upload
Generated using TypeDoc
The prepare manager provides functionality to upload content to the GPU.
BasePrepare handles basic queuing functionality and is extended by PIXI.Prepare and PIXI.CanvasPrepare to provide preparation capabilities specific to their respective renderers.
Example
Abstract
Memberof
PIXI