phaser/v3/src/physics/matter-js/components
2017-11-27 14:48:09 +00:00
..
Bounce.js Added the Bounce Matter component for an easier way to set restitution. 2017-11-21 16:52:54 +00:00
Collision.js Added new Matter Collision component 2017-11-22 02:25:06 +00:00
Force.js Added the Force Matter component including applyForce, forceFrom for a world position and thrust, thrustLeft, thrustRight and thrustBack. 2017-11-21 16:52:39 +00:00
Friction.js setFriction can now set all 3 values. 2017-11-27 03:44:31 +00:00
Gravity.js Added Ignore Gravity component 2017-11-22 17:11:09 +00:00
index.js New setBody component for setting and change body shape 2017-11-27 03:45:03 +00:00
Mass.js Added the Mass Matter component to set the mass and density of a body. 2017-11-21 16:51:54 +00:00
Sensor.js Added the Sensor Matter component. 2017-11-21 16:51:41 +00:00
SetBody.js Added quick support for setCircle, setRectangle, setPolygon and setTrapezoid. 2017-11-27 14:48:09 +00:00
Sleep.js Added new Sleep component 2017-11-22 14:12:57 +00:00
Static.js Added the Static Matter component to set a body as static if you don't specify it in the options config. 2017-11-21 16:51:33 +00:00
Transform.js Added the Transform Matter component allowing for body scaling and rotation feedback direct from and to the Body. 2017-11-21 16:51:14 +00:00
Velocity.js Added the Velocity Matter component 2017-11-21 16:50:56 +00:00