pushMask(maskData, renderSession)
This method adds it to the current stack of masks.
Parameters
Name | Type | Description |
---|---|---|
maskData | Object | the maskData that will be pushed |
renderSession | Object | The renderSession whose context will be used for this mask manager. |
- Source code: pixi/renderers/canvas/utils/CanvasMaskManager.js (Line 17)
Please login to continue.