mirror of
https://github.com/photonstorm/phaser
synced 2024-11-10 15:14:47 +00:00
Added jsdocs
This commit is contained in:
parent
c5675ae171
commit
25339383f1
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ var Vertices = require('./lib/geometry/Vertices');
|
|||
* @extends Phaser.Physics.Matter.Components.Sleep
|
||||
* @extends Phaser.Physics.Matter.Components.Static
|
||||
*
|
||||
* @param {Phaser.Physics.Matter.World} world - [description]
|
||||
* @param {Phaser.Physics.Matter.World} world - The Matter world instance this body belongs to.
|
||||
* @param {Phaser.Tilemaps.Tile} tile - The target tile that should have a Matter body.
|
||||
* @param {Phaser.Types.Physics.Matter.MatterTileOptions} [options] - Options to be used when creating the Matter body.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue