nape-js API
GitHub
Home
Preparing search index...
TilemapTileSize
Interface TilemapTileSize
Tile width and height in pixels.
interface
TilemapTileSize
{
h
:
number
;
w
:
number
;
}
Index
Properties
h
w
Properties
h
h
:
number
Tile height in pixels.
w
w
:
number
Tile width in pixels.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
h
w
GitHub
Home
nape-js API
Loading...
Tile width and height in pixels.