We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6e8600 commit b7bc26dCopy full SHA for b7bc26d
1 file changed
src/gameobjects/GameObject.js
@@ -169,7 +169,7 @@ var GameObject = new Class({
169
* If this Game Object is enabled for Arcade or Matter Physics then this property will contain a reference to a Physics Body.
170
*
171
* @name Phaser.GameObjects.GameObject#body
172
- * @type {?(object|Phaser.Physics.Arcade.Body|MatterJS.BodyType)}
+ * @type {?(Phaser.Physics.Arcade.Body|Phaser.Physics.Arcade.StaticBody|MatterJS.BodyType)}
173
* @default null
174
* @since 3.0.0
175
*/
0 commit comments