mirror of
https://github.com/photonstorm/phaser
synced 2024-11-10 07:04:31 +00:00
Fixed jsdoc
This commit is contained in:
parent
994389d041
commit
0d32e7bcbc
1 changed files with 1 additions and 1 deletions
|
@ -326,7 +326,7 @@ var Texture = new Class({
|
|||
* @method Phaser.Textures.Texture#getFrameBounds
|
||||
* @since 3.80.0
|
||||
*
|
||||
* @param {number} sourceIndex - The index of the TextureSource to get the Frame bounds from.
|
||||
* @param {number} [sourceIndex=0] - The index of the TextureSource to get the Frame bounds from.
|
||||
*
|
||||
* @return {Phaser.Types.Math.RectangleLike} An object containing the bounds of the Frames using the given Texture Source Index.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue