mirror of
https://github.com/liabru/matter-js.git
synced 2024-11-27 09:50:52 -05:00
tweaks to docs
This commit is contained in:
parent
74c7ad07ee
commit
aeea9f8c08
3 changed files with 6 additions and 2 deletions
|
@ -534,6 +534,9 @@
|
|||
Composites.softBody(250, 300, 8, 3, 0, 0, true, 15, particleOptions),
|
||||
Composites.softBody(250, 400, 4, 4, 0, 0, true, 15, particleOptions)
|
||||
]);
|
||||
|
||||
var renderOptions = _engine.render.options;
|
||||
renderOptions.showAngleIndicator = false;
|
||||
};
|
||||
|
||||
Demo.cloth = function() {
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
/**
|
||||
* _Internal Class_, not generally used outside of the engine's internals.
|
||||
* See [Demo.js](https://github.com/liabru/matter-js/blob/master/demo/js/Demo.js)
|
||||
* and [DemoMobile.js](https://github.com/liabru/matter-js/blob/master/demo/js/DemoMobile.js) for usage examples.
|
||||
*
|
||||
* @class MouseConstraint
|
||||
*/
|
||||
|
|
|
@ -101,7 +101,7 @@ var Mouse;
|
|||
|
||||
/**
|
||||
* Clears all captured source events
|
||||
* @method create
|
||||
* @method clearSourceEvents
|
||||
* @param {mouse} mouse
|
||||
*/
|
||||
Mouse.clearSourceEvents = function(mouse) {
|
||||
|
|
Loading…
Reference in a new issue