mirror of
https://github.com/photonstorm/phaser
synced 2024-11-15 01:17:43 +00:00
Added new properties
This commit is contained in:
parent
4d61aa8556
commit
99483f476c
1 changed files with 3 additions and 0 deletions
|
@ -10,4 +10,7 @@
|
|||
* @property {integer} [width] - The width of the snapshot.
|
||||
* @property {integer} [height] - The height of the snapshot.
|
||||
* @property {boolean} [getPixel=false] - Is this a snapshot to get a single pixel, or an area?
|
||||
* @property {boolean} [isFramebuffer=false] - Is this snapshot grabbing from a frame buffer or a canvas?
|
||||
* @property {integer} [bufferWidth] - The width of the frame buffer, if a frame buffer grab.
|
||||
* @property {integer} [bufferHeight] - The height of the frame buffer, if a frame buffer grab.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue