mirror of
https://github.com/photonstorm/phaser
synced 2024-11-27 23:20:59 +00:00
improve ts type hints for Phaser.Tilemaps.Types.StyleConfig
This commit is contained in:
parent
9db9511bf1
commit
38444d3443
1 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
* @typedef {object} Phaser.Tilemaps.Types.StyleConfig
|
||||
* @since 3.0.0
|
||||
*
|
||||
* @property {?number} [tileColor=blue] - Color to use for drawing a filled rectangle at non-colliding tile locations. If set to null, non-colliding tiles will not be drawn.
|
||||
* @property {?number} [collidingTileColor=orange] - Color to use for drawing a filled rectangle at colliding tile locations. If set to null, colliding tiles will not be drawn.
|
||||
* @property {?number} [faceColor=grey] - Color to use for drawing a line at interesting tile faces. If set to null, interesting tile faces will not be drawn.
|
||||
* @property {?(Phaser.Display.Color|number|null)} [tileColor=blue] - Color to use for drawing a filled rectangle at non-colliding tile locations. If set to null, non-colliding tiles will not be drawn.
|
||||
* @property {?(Phaser.Display.Color|number|null)} [collidingTileColor=orange] - Color to use for drawing a filled rectangle at colliding tile locations. If set to null, colliding tiles will not be drawn.
|
||||
* @property {?(Phaser.Display.Color|number|null)} [faceColor=grey] - Color to use for drawing a line at interesting tile faces. If set to null, interesting tile faces will not be drawn.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue