Name | Type | Default | Description |
---|---|---|---|
width |
number | 0 |
optional
Width of the resource |
height |
number | 0 |
optional
Height of the resource |
Members
-
Internal height of the resource
-
Internal width of the resource
-
If resource has been destroyed
- Default Value:
- false
-
The height of the resource.
-
true
if resource is created by BaseTexture useful for doing cleanup with BaseTexture destroy and not cleaning up resources that were created externally. -
Has been validated
-
The width of the resource.
Methods
-
Bind to a parent BaseTexture
Name Type Description baseTexture
PIXI.BaseTexture Parent texture
-
Call when destroying resource, unbind any BaseTexture object before calling this method, as reference counts are maintained internally.
-
Clean up anything, this happens when destroying is ready.
-
This can be overridden to start preloading a resource or do any other prepare step.
Returns:
Type Description Promise.<void> Handle the validate event -
Trigger a resize event
Name Type Description width
number X dimension
height
number Y dimension
-
Set the style, optional to override
Name Type Description renderer
PIXI.Renderer yeah, renderer!
baseTexture
PIXI.BaseTexture the texture
glTexture
PIXI.GLTexture texture instance for this webgl context
Returns:
Type Description boolean true
is success -
Unbind to a parent BaseTexture
Name Type Description baseTexture
PIXI.BaseTexture Parent texture
-
Has been updated trigger event
-
Uploads the texture or returns false if it cant for some reason. Override this.
Name Type Description renderer
PIXI.Renderer yeah, renderer!
baseTexture
PIXI.BaseTexture the texture
glTexture
PIXI.GLTexture texture instance for this webgl context
Returns:
Type Description boolean true is success