Skip to content

pixi.js/internals

ClassDescription
ApplicationPixiJS application.
ContainerContainer for display objects.
DisplayObjectBase class for all display objects.
GraphicsGraphics class for drawing shapes.
GraphicsGeometryGraphics geometry.
Matrix2D transformation matrix.
ObservablePointObservable point that triggers a callback when changed.
PixiRectangleRectangle object.
PixiTextPixiJS text display object.
SpriteSprite display object.
TextStyleText style class.
TextureTexture resource.
TransformTransform that holds position, scale, pivot, skew, and rotation.
InterfaceDescription
BLEND_MODESBlend modes supported by PixiJS.
ColorSourceColor source type.
IApplicationOptionsApplication options.
ICanvasCanvas interface for PixiJS rendering.
IDestroyOptionsOptions for destroying a display object.
IHitAreaHit area interface.
IPointDataPoint data.
IRendererRenderer interface.
ITextStyleText style interface.
PixiModuleThe PixiJS library module type, representing the window.PIXI object.
SpriteSourceSource for creating a sprite.
TEXT_GRADIENTText gradient type constants.
TextStyleAlignText alignment options.
TextStyleFillText fill style type.
TextStyleFontStyleFont style options.
TextStyleFontVariantFont variant options.
TextStyleFontWeightFont weight options.
TextStyleLineJoinLine join options.
TextStyleTextBaselineText baseline options.
TextStyleWhiteSpaceWhite space handling options.