pixi.js/internals
Classes
Section titled “Classes”| Class | Description |
|---|---|
| Application | PixiJS application. |
| Container | Container for display objects. |
| DisplayObject | Base class for all display objects. |
| Graphics | Graphics class for drawing shapes. |
| GraphicsGeometry | Graphics geometry. |
| Matrix | 2D transformation matrix. |
| ObservablePoint | Observable point that triggers a callback when changed. |
| PixiRectangle | Rectangle object. |
| PixiText | PixiJS text display object. |
| Sprite | Sprite display object. |
| TextStyle | Text style class. |
| Texture | Texture resource. |
| Transform | Transform that holds position, scale, pivot, skew, and rotation. |
Interfaces
Section titled “Interfaces”| Interface | Description |
|---|---|
| BLEND_MODES | Blend modes supported by PixiJS. |
| ColorSource | Color source type. |
| IApplicationOptions | Application options. |
| ICanvas | Canvas interface for PixiJS rendering. |
| IDestroyOptions | Options for destroying a display object. |
| IHitArea | Hit area interface. |
| IPointData | Point data. |
| IRenderer | Renderer interface. |
| ITextStyle | Text style interface. |
| PixiModule | The PixiJS library module type, representing the window.PIXI object. |
| SpriteSource | Source for creating a sprite. |
| TEXT_GRADIENT | Text gradient type constants. |
| TextStyleAlign | Text alignment options. |
| TextStyleFill | Text fill style type. |
| TextStyleFontStyle | Font style options. |
| TextStyleFontVariant | Font variant options. |
| TextStyleFontWeight | Font weight options. |
| TextStyleLineJoin | Line join options. |
| TextStyleTextBaseline | Text baseline options. |
| TextStyleWhiteSpace | White space handling options. |