@param doc about scaleMode in Texture.fromImage
This commit is contained in:
parent
b9363442ac
commit
85e6d1928e
1 changed files with 1 additions and 0 deletions
|
@ -155,6 +155,7 @@ PIXI.Texture.prototype._updateWebGLuvs = function()
|
||||||
* @method fromImage
|
* @method fromImage
|
||||||
* @param imageUrl {String} The image url of the texture
|
* @param imageUrl {String} The image url of the texture
|
||||||
* @param crossorigin {Boolean} Whether requests should be treated as crossorigin
|
* @param crossorigin {Boolean} Whether requests should be treated as crossorigin
|
||||||
|
* @param scaleMode {Number} Should be one of the PIXI.scaleMode consts
|
||||||
* @return Texture
|
* @return Texture
|
||||||
*/
|
*/
|
||||||
PIXI.Texture.fromImage = function(imageUrl, crossorigin, scaleMode)
|
PIXI.Texture.fromImage = function(imageUrl, crossorigin, scaleMode)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue