setPreventRecalculate(value)
Turn off/on the recalculation of faces for tile or collision updates.setPreventRecalculate(true) puts recalculation on hold while setPreventRecalculate(false) recalculates all the changed layers.
Parameters
| Name | Type | Description |
|---|---|---|
value | boolean | If true it will put the recalculation on hold. |
- Source code: tilemap/Tilemap.js (Line 1044)
Please login to continue.