TiledMap.Orientation
Enum
Module: cc
The orientation of tiled map.
Index
ORTHO
HEX
ISO
Details
ORTHO
Orthogonal orientation.
meta | description |
---|---|
Type | Number |
Defined in | cocos2d/tilemap/CCTiledMap.js:43 |
HEX
Hexagonal orientation.
meta | description |
---|---|
Type | Number |
Defined in | cocos2d/tilemap/CCTiledMap.js:52 |
ISO
Isometric orientation. 等距斜视地图(斜45°地图)。
meta | description |
---|---|
Type | Number |
Defined in | cocos2d/tilemap/CCTiledMap.js:61 |