mirror of
https://github.com/photonstorm/phaser
synced 2024-11-27 23:20:59 +00:00
1 line
No EOL
1.6 KiB
JSON
Executable file
1 line
No EOL
1.6 KiB
JSON
Executable file
{"class":{"name":"PIXI.WebGLMaskManager","extends":"","static":false,"constructor":true,"parameters":[],"help":""},"consts":[],"methods":{"public":[{"name":"destroy","static":false,"returns":null,"help":"Destroys the mask stack.","line":66,"public":true,"protected":false,"private":false,"parameters":[],"inherited":false,"inheritedFrom":""},{"name":"popMask","static":false,"returns":null,"help":"Removes the last filter from the filter stack and doesn't return it.","line":55,"public":true,"protected":false,"private":false,"parameters":[{"name":"maskData","type":["array"],"help":"","optional":false,"default":null},{"name":"renderSession","type":["object"],"help":"an object containing all the useful parameters","optional":false,"default":null}],"inherited":false,"inheritedFrom":""},{"name":"pushMask","static":false,"returns":null,"help":"Applies the Mask and adds it to the current filter stack.","line":34,"public":true,"protected":false,"private":false,"parameters":[{"name":"maskData","type":["array"],"help":"","optional":false,"default":null},{"name":"renderSession","type":["object"],"help":"","optional":false,"default":null}],"inherited":false,"inheritedFrom":""},{"name":"setContext","static":false,"returns":null,"help":"Sets the drawing context to the one given in parameter.","line":22,"public":true,"protected":false,"private":false,"parameters":[{"name":"gl","type":["PIXI.WebGLContext"],"help":"the current WebGL drawing context","optional":false,"default":null}],"inherited":false,"inheritedFrom":""}],"protected":[],"private":[],"static":[]},"properties":{"public":[],"protected":[],"private":[]}} |