PIXI.AbstractMaskSystem
class AbstractMaskSystem implements PIXI.ISystem
System plugin to the renderer to manage specific types of masking operations.
Constructor
new PIXI.AbstractMaskSystem(renderer: PIXI.Renderer) → {}
Name | Type | Description |
---|---|---|
renderer | PIXI.Renderer |
The renderer this System works for. |
Summary
Properties from AbstractMaskSystem
Array<PIXI.MaskData> |
|
Methods from AbstractMaskSystem
void |
Destroys the mask stack. |
number |
Gets count of masks of certain type. |
void |
|
Protected Properties
Public Methods
destroy() → {void}
Destroys the mask stack.
Type | Description |
---|---|
void |
getStackLength() → {number}
Gets count of masks of certain type.
Type | Description |
---|---|
number |
setMaskStack(maskStack: Array<PIXI.MaskData>) → {void}
Changes the mask stack that is used by this System.
Name | Type | Description |
---|---|---|
maskStack | Array<PIXI.MaskData> |
The mask stack |
Type | Description |
---|---|
void |