mirror of
https://github.com/photonstorm/phaser
synced 2024-11-24 05:33:35 +00:00
Merge branch 'master' of https://github.com/photonstorm/phaser
This commit is contained in:
commit
8083cd9d64
3 changed files with 4 additions and 4 deletions
|
@ -92,7 +92,7 @@ var Body = new Class({
|
|||
* @name Phaser.Physics.Arcade.Body#pendingDestroy
|
||||
* @type {boolean}
|
||||
* @default false
|
||||
* @since 3.0.0
|
||||
* @since 3.0.1
|
||||
*/
|
||||
this.pendingDestroy = false;
|
||||
|
||||
|
|
|
@ -43,7 +43,7 @@ var Collider = new Class({
|
|||
*
|
||||
* @name Phaser.Physics.Arcade.Collider#name
|
||||
* @type {string}
|
||||
* @since 3.0.0
|
||||
* @since 3.0.1
|
||||
*/
|
||||
this.name = '';
|
||||
|
||||
|
@ -116,7 +116,7 @@ var Collider = new Class({
|
|||
* [description]
|
||||
*
|
||||
* @method Phaser.Physics.Arcade.Collider#setName
|
||||
* @since 3.0.0
|
||||
* @since 3.0.1
|
||||
*
|
||||
* @param {string} name - [description]
|
||||
*
|
||||
|
|
|
@ -383,7 +383,7 @@ var World = new Class({
|
|||
* [description]
|
||||
*
|
||||
* @method Phaser.Physics.Arcade.World#disableGameObjectBody
|
||||
* @since 3.0.0
|
||||
* @since 3.0.1
|
||||
*
|
||||
* @param {Phaser.GameObjects.GameObject} object - [description]
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue