API Docs for: 1.0
Show:

BaseTexture Class

Extends EventTarget
Module: PIXI

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

Constructor

BaseTexture

(
  • source
)

Parameters:

  • source String

    the source object (image or canvas)

Item Index

Properties

Properties

height

Number

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

source

Image

The source that is loaded to create the texture

width

Number

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