new PIXI.StencilSystem (renderer) overrides
Name | Type | Description |
---|---|---|
renderer |
PIXI.Renderer |
The renderer this System works for. |
Extends
Methods
Pops stencil mask. MaskData is already removed from stack
Name | Type | Description |
---|---|---|
maskObject |
PIXI.DisplayObject |
object of popped mask data |
Applies the Mask and adds it to the current stencil stack.
Name | Type | Description |
---|---|---|
maskData |
PIXI.MaskData |
The mask data |
Inherited Properties
From class PIXI.System
renderer Renderer inherited
Reference to the main renderer
Inherited Methods
From class PIXI.System
destroy () void inherited
Destroy and don't use after this.