mirror of
https://github.com/photonstorm/phaser
synced 2024-11-24 13:43:26 +00:00
Merge pull request #5130 from samme/docs/gameobject-body-type
Correct types for GameObject#body
This commit is contained in:
commit
b1ae96eb76
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ var GameObject = new Class({
|
|||
* If this Game Object is enabled for Arcade or Matter Physics then this property will contain a reference to a Physics Body.
|
||||
*
|
||||
* @name Phaser.GameObjects.GameObject#body
|
||||
* @type {?(object|Phaser.Physics.Arcade.Body|MatterJS.BodyType)}
|
||||
* @type {?(Phaser.Physics.Arcade.Body|Phaser.Physics.Arcade.StaticBody|MatterJS.BodyType)}
|
||||
* @default null
|
||||
* @since 3.0.0
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue