TiledMap.Orientation Enum
Module: cc
The orientation of tiled map.
Index
ORTHOHEXISONONEMAPLAYEROBJECTGROUPOBJECTTILEHORIZONTALVERTICALDIAGONALFLIPPED_ALLFLIPPED_MASKSTAGGERAXIS_XSTAGGERAXIS_YSTAGGERINDEX_ODDSTAGGERINDEX_EVEN
Details
ORTHO
Orthogonal orientation.
| meta | description |
|---|---|
| Type | Number |
| Defined in | cocos2d/tilemap/CCTiledMap.js:42 |
HEX
Hexagonal orientation.
| meta | description |
|---|---|
| Type | Number |
| Defined in | cocos2d/tilemap/CCTiledMap.js:51 |
ISO
Isometric orientation. 等距斜视地图(斜45°地图)。
| meta | description |
|---|---|
| Type | Number |
| Defined in | cocos2d/tilemap/CCTiledMap.js:60 |
NONE
| meta | description |
|---|---|
| Type | Number |
| Defined in | cocos2d/tilemap/CCTiledMap.js:76 |
MAP
| meta | description |
|---|---|
| Type | Number |
| Defined in | cocos2d/tilemap/CCTiledMap.js:83 |
LAYER
| meta | description |
|---|---|
| Type | Number |
| Defined in | cocos2d/tilemap/CCTiledMap.js:90 |
OBJECTGROUP
| meta | description |
|---|---|
| Type | Number |
| Defined in | cocos2d/tilemap/CCTiledMap.js:97 |
OBJECT
| meta | description |
|---|---|
| Type | Number |
| Defined in | cocos2d/tilemap/CCTiledMap.js:104 |
TILE
| meta | description |
|---|---|
| Type | Number |
| Defined in | cocos2d/tilemap/CCTiledMap.js:111 |
HORIZONTAL
| meta | description |
|---|---|
| Type | Number |
| Defined in | cocos2d/tilemap/CCTiledMap.js:125 |
VERTICAL
| meta | description |
|---|---|
| Type | Number |
| Defined in | cocos2d/tilemap/CCTiledMap.js:132 |
DIAGONAL
| meta | description |
|---|---|
| Type | Number |
| Defined in | cocos2d/tilemap/CCTiledMap.js:139 |
FLIPPED_ALL
| meta | description |
|---|---|
| Type | Number |
| Defined in | cocos2d/tilemap/CCTiledMap.js:146 |
FLIPPED_MASK
| meta | description |
|---|---|
| Type | Number |
| Defined in | cocos2d/tilemap/CCTiledMap.js:153 |
STAGGERAXIS_X
| meta | description |
|---|---|
| Type | Number |
| Defined in | cocos2d/tilemap/CCTiledMap.js:168 |
STAGGERAXIS_Y
| meta | description |
|---|---|
| Type | Number |
| Defined in | cocos2d/tilemap/CCTiledMap.js:175 |
STAGGERINDEX_ODD
| meta | description |
|---|---|
| Type | Number |
| Defined in | cocos2d/tilemap/CCTiledMap.js:190 |
STAGGERINDEX_EVEN
| meta | description |
|---|---|
| Type | Number |
| Defined in | cocos2d/tilemap/CCTiledMap.js:197 |