API Docs for: 1.3.0
Show:

RenderTexture Class

Extends Texture
Module: PIXI

A RenderTexture is a special texture that allows any pixi displayObject to be rendered to it.

Constructor

RenderTexture

(
  • width
  • height
)

Parameters:

  • width Number
  • height Number

Item Index

Properties

Methods

fromFrame

(
  • frameId
)

Helper function that returns a texture based on a frame id If the frame id is not in the texture cache an error will be thrown

Parameters:

  • frameId String

    The frame id of the texture

Returns:

Texture

render

(
  • displayObject
  • clear
)

This function will draw the display object to the texture.

Parameters:

  • displayObject DisplayObject
  • clear Boolean

    If true the texture will be cleared before the displayObject is drawn

setFrame

(
  • frame
)

Specifies the rectangle region of the baseTexture

Parameters:

Properties

baseTexture

BaseTexture

The base texture of this texture

frame

#Rectangle

The frame specifies the region of the base texture that this texture uses