Number of items in array or the collection of image URLs to use. Can also be resources, image elements, canvas, etc.
Optional
options: ISizeOptions to apply to PIXI.autoDetectResource
Bound baseTexture, there can only be one.
Readonly
destroyedIf resource has been destroyed.
false
true
if resource is created by BaseTexture
useful for doing cleanup with BaseTexture destroy
and not cleaning up resources that were created
externally.
Readonly
itemDirty IDs for each part.
Readonly
itemsCollection of partial baseTextures that correspond to resources.
Readonly
lengthNumber of elements in array.
The url of the resource
The height of the resource.
Has been validated
The width of the resource.
Set a baseTexture by ID, ArrayResource just takes resource from it, nothing more
Zero-based index of resource to set
Set a resource by ID
Zero-based index of resource to set
Add binding
Load all the resources simultaneously
Set the style, optional to override
yeah, renderer!
the texture
texture instance for this webgl context
true
is successUnset the parent base texture.
Upload the resources to the GPU.
Static
testGenerated using TypeDoc
A resource that contains a number of sources.
Memberof
PIXI