renderSettings
Settings that control standard (non-diagnostic) rendering.
Properties:
| Name | Type | Argument | Default | Description | 
|---|---|---|---|---|
enableScrollDelta |  boolean |  <optional> |  true | Delta scroll rendering only draws tiles/edges as they come into view.  |  
copyCanvas |  DOMCanvasElement |  <optional> <nullable>  |  (auto) | [Internal] If set, force using a separate (shared) copy canvas.  |  
Default Value
- {"enableScrollDelta":false,"overdrawRatio":0.2,"copyCanvas":null}
 
Source code: tilemap/TilemapLayer.js (Line 98)
Please login to continue.