| Name | Type | Description |
|---|---|---|
renderer |
SINT.WebGLRenderer |
The renderer this manager works for. |
Extends
Members
-
renderer SINT.WebGLRenderer inherited overrides
-
The renderer this manager works for.
Methods
-
Generic destroy methods to be overridden by the subclass
-
Generic method called when there is a WebGL context change.
-
Removes the last mask from the mask stack and doesn't return it.
Name Type Description targetSINT.DisplayObject Display Object to pop the mask from
maskDataSINT.Sprite | SINT.Graphics The masking data.
-
-
Removes the last filter from the filter stack and doesn't return it.
-
Removes the last filter from the filter stack and doesn't return it.
-
Applies the Mask and adds it to the current filter stack.
Name Type Description targetSINT.DisplayObject Display Object to push the mask to
maskDataSINT.Sprite | SINT.Graphics The masking data.
-
Name Type Description targetSINT.DisplayObject Display Object to push the mask to
maskDataSINT.Graphics The masking data.
-
Applies the Mask and adds it to the current filter stack.
Name Type Description targetSINT.RenderTarget Display Object to push the sprite mask to
maskDataSINT.Sprite Sprite to be used as the mask
-
Applies the Mask and adds it to the current filter stack.
Name Type Description maskDataSINT.Sprite | SINT.Graphics The masking data.