phaser/resources/docgen/output/PIXI.CanvasMaskManager.json
2014-11-25 00:24:29 +00:00

1 line
No EOL
1.2 KiB
JSON

{"class":{"name":"PIXI.CanvasMaskManager","extends":"","static":false,"constructor":true,"parameters":[],"help":"A set of functions used to handle masking."},"consts":[],"methods":{"public":[{"name":"popMask","static":false,"returns":null,"help":"Restores the current drawing context to the state it was before the mask was applied.","line":55,"public":true,"protected":false,"private":false,"parameters":[{"name":"renderSession","type":["object"],"help":"The renderSession whose context will be used for this mask manager.","optional":false,"default":null}],"inherited":false,"inheritedFrom":""},{"name":"pushMask","static":false,"returns":null,"help":"This method adds it to the current stack of masks.","line":24,"public":true,"protected":false,"private":false,"parameters":[{"name":"maskData","type":["object"],"help":"the maskData that will be pushed","optional":false,"default":null},{"name":"renderSession","type":["object"],"help":"The renderSession whose context will be used for this mask manager.","optional":false,"default":null}],"inherited":false,"inheritedFrom":""}],"protected":[],"private":[],"static":[]},"properties":{"public":[],"protected":[],"private":[]}}