phaser/v2-community/resources/docgen/output/PIXI.WebGLSpriteBatch.json
2016-11-23 00:17:46 +00:00

1 line
No EOL
5 KiB
JSON
Executable file

{"class":{"name":"PIXI.WebGLSpriteBatch","extends":"","static":false,"constructor":true,"parameters":[],"help":""},"consts":[],"methods":{"public":[{"name":"begin","static":false,"returns":null,"help":"","line":168,"public":true,"protected":false,"private":false,"parameters":[{"name":"renderSession","type":["object"],"help":"The RenderSession object","optional":false,"default":null}],"inherited":false,"inheritedFrom":""},{"name":"destroy","static":false,"returns":null,"help":"Destroys the SpriteBatch.","line":594,"public":true,"protected":false,"private":false,"parameters":[],"inherited":false,"inheritedFrom":""},{"name":"end","static":false,"returns":null,"help":"","line":179,"public":true,"protected":false,"private":false,"parameters":[],"inherited":false,"inheritedFrom":""},{"name":"flush","static":false,"returns":null,"help":"Renders the content and empties the current batch.","line":423,"public":true,"protected":false,"private":false,"parameters":[],"inherited":false,"inheritedFrom":""},{"name":"render","static":false,"returns":null,"help":"","line":188,"public":true,"protected":false,"private":false,"parameters":[{"name":"sprite","type":["PIXI.Sprite"],"help":"the sprite to render when using this spritebatch","optional":false,"default":null}],"inherited":false,"inheritedFrom":""},{"name":"renderBatch","static":false,"returns":null,"help":"","line":548,"public":true,"protected":false,"private":false,"parameters":[{"name":"texture","type":["PIXI.Texture"],"help":"","optional":false,"default":null},{"name":"size","type":["number"],"help":"","optional":false,"default":null},{"name":"startIndex","type":["number"],"help":"","optional":false,"default":null}],"inherited":false,"inheritedFrom":""},{"name":"renderTilingSprite","static":false,"returns":null,"help":"Renders a TilingSprite using the spriteBatch.","line":303,"public":true,"protected":false,"private":false,"parameters":[{"name":"sprite","type":["PIXI.TilingSprite"],"help":"the tilingSprite to render","optional":false,"default":null}],"inherited":false,"inheritedFrom":""},{"name":"setContext","static":false,"returns":null,"help":"","line":136,"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":""},{"name":"start","static":false,"returns":null,"help":"","line":584,"public":true,"protected":false,"private":false,"parameters":[],"inherited":false,"inheritedFrom":""},{"name":"stop","static":false,"returns":null,"help":"","line":575,"public":true,"protected":false,"private":false,"parameters":[],"inherited":false,"inheritedFrom":""}],"protected":[],"private":[],"static":[]},"properties":{"public":[{"name":"blendModes","type":["array"],"help":"","inlineHelp":"","line":103,"default":null,"public":true,"protected":false,"private":false,"readOnly":false},{"name":"currentBaseTexture","type":["PIXI.BaseTexture"],"help":"","inlineHelp":"","line":85,"default":null,"public":true,"protected":false,"private":false,"readOnly":false},{"name":"currentBatchSize","type":["number"],"help":"","inlineHelp":"","line":79,"default":null,"public":true,"protected":false,"private":false,"readOnly":false},{"name":"defaultShader","type":["PIXI.AbstractFilter"],"help":"","inlineHelp":"","line":121,"default":null,"public":true,"protected":false,"private":false,"readOnly":false},{"name":"dirty","type":["boolean"],"help":"","inlineHelp":"","line":91,"default":null,"public":true,"protected":false,"private":false,"readOnly":false},{"name":"drawing","type":["boolean"],"help":"","inlineHelp":"","line":73,"default":null,"public":true,"protected":false,"private":false,"readOnly":false},{"name":"indices","type":["Uint16Array"],"help":"Holds the indices","inlineHelp":"","line":51,"default":null,"public":true,"protected":false,"private":false,"readOnly":false},{"name":"lastIndexCount","type":["number"],"help":"","inlineHelp":"","line":57,"default":null,"public":true,"protected":false,"private":false,"readOnly":false},{"name":"shaders","type":["array"],"help":"","inlineHelp":"","line":109,"default":null,"public":true,"protected":false,"private":false,"readOnly":false},{"name":"size","type":["number"],"help":"The number of images in the SpriteBatch before it flushes","inlineHelp":"","line":30,"default":null,"public":true,"protected":false,"private":false,"readOnly":false},{"name":"sprites","type":["array"],"help":"","inlineHelp":"","line":115,"default":null,"public":true,"protected":false,"private":false,"readOnly":false},{"name":"textures","type":["array"],"help":"","inlineHelp":"","line":97,"default":null,"public":true,"protected":false,"private":false,"readOnly":false},{"name":"vertSize","type":["number"],"help":"","inlineHelp":"","line":23,"default":null,"public":true,"protected":false,"private":false,"readOnly":false},{"name":"vertices","type":["Float32Array"],"help":"Holds the vertices","inlineHelp":"","line":43,"default":null,"public":true,"protected":false,"private":false,"readOnly":false}],"protected":[],"private":[]}}