@param doc about scaleMode in Texture.fromCanvas

This commit is contained in:
Jeena Paradies 2014-03-08 01:09:33 +01:00
parent 85e6d1928e
commit ad7ced5407

View file

@ -194,6 +194,7 @@ PIXI.Texture.fromFrame = function(frameId)
* @static
* @method fromCanvas
* @param canvas {Canvas} The canvas element source of the texture
* @param scaleMode {Number} Should be one of the PIXI.scaleMode consts
* @return Texture
*/
PIXI.Texture.fromCanvas = function(canvas, scaleMode)