The height of the resource.
Has been validated
The width of the resource.
Set a baseTexture by ID
Zero-based index of resource to set
Instance for chaining
Set a resource by ID
Zero-based index of resource to set
Instance for chaining
Set the parent base texture
Call when destroying resource, unbind any BaseTexture object before calling this method, as reference counts are maintained internally.
Destroy this BaseImageResource
used from ArrayResource and CubeResource constructors
Can be resources, image elements, canvas, etc. , length should be same as constructor length
Load all the resources simultaneously
When load is resolved
Trigger a resize event
X dimension
Y dimension
Set the style, optional to override
true
is success
Unset the parent base texture
Has been updated trigger event
Uploads the texture or returns false if it cant for some reason. Override this.
yeah, renderer!
the texture
texture instance for this webgl context
true is success
Abstract, used to auto-detect resource type
Generated using TypeDoc
Resource that can manage several resource (items) inside. All resources need to have the same pixel size. Parent class for CubeResource and ArrayResource
PIXI