Module PIXI

Index

Variables

Modules

Interfaces

Classes

Functions

Variables

BaseTextureCache: {}

FrameCache: {}

TextureCache: {}

blendModes: { NORMAL: number; SCREEN: number; }

public blendModes.NORMAL: number

public blendModes.SCREEN: number

gl: WebGLRenderingContext

texturesToDestroy: BaseTexture[]

texturesToUpdate: BaseTexture[]

Functions

FilterBlock(mask: Graphics)

Parameters

MaskFilter(graphics: Graphics)

Parameters

autoDetectRenderer(width: number, height: number, view?: HTMLCanvasElement, transparent?: boolean, antialias?: boolean): IPixiRenderer

Parameters

  • width: number
  • height: number
  • view?: HTMLCanvasElement optional
  • transparent?: boolean optional
  • antialias?: boolean optional

Returns

IPixiRenderer

runList(x: any)

Parameters

  • x: any