We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d75431f commit dcf2d44Copy full SHA for dcf2d44
1 file changed
src/physics/arcade/Body.js
@@ -685,28 +685,6 @@ var Body = new Class({
685
*/
686
this.syncBounds = false;
687
688
- /**
689
- * Whether this Body is being moved by the `moveTo` or `moveFrom` methods.
690
- *
691
- * @name Phaser.Physics.Arcade.Body#isMoving
692
- * @type {boolean}
693
- * @default false
694
- * @since 3.0.0
695
- */
696
- this.isMoving = false;
697
-
698
699
- * Whether this Body's movement by `moveTo` or `moveFrom` will be stopped by collisions with other bodies.
700
701
- * @name Phaser.Physics.Arcade.Body#stopVelocityOnCollide
702
703
- * @default true
704
705
706
- this.stopVelocityOnCollide = true;
707
708
- // read-only
709
710
/**
711
* The Body's physics type (dynamic or static).
712
*
0 commit comments