API Docs for: 1.2.1
Show:

BaseTexture Class

Extends EventTarget
Module: PIXI

A texture stores the information that represents an image. All textures have a base texture

Constructor

BaseTexture

(
  • imageUrl
)

Parameters:

  • imageUrl String

    image url

Item Index

Properties

Properties

height

Number

[read only] The height of the base texture set when the image has loaded

image

Image

The html image that is loaded to create the texture

imageUrl

String

The url of the texture

width

Number

[read only] The width of the base texture set when the image has loaded