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: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 |
NONE
| meta | description |
|---|---|
| Type | Number |
| Defined in | cocos2d/tilemap/CCTiledMap.js:77 |
MAP
| meta | description |
|---|---|
| Type | Number |
| Defined in | cocos2d/tilemap/CCTiledMap.js:84 |
LAYER
| meta | description |
|---|---|
| Type | Number |
| Defined in | cocos2d/tilemap/CCTiledMap.js:91 |
OBJECTGROUP
| meta | description |
|---|---|
| Type | Number |
| Defined in | cocos2d/tilemap/CCTiledMap.js:98 |
OBJECT
| meta | description |
|---|---|
| Type | Number |
| Defined in | cocos2d/tilemap/CCTiledMap.js:105 |
TILE
| meta | description |
|---|---|
| Type | Number |
| Defined in | cocos2d/tilemap/CCTiledMap.js:112 |
HORIZONTAL
| meta | description |
|---|---|
| Type | Number |
| Defined in | cocos2d/tilemap/CCTiledMap.js:126 |
VERTICAL
| meta | description |
|---|---|
| Type | Number |
| Defined in | cocos2d/tilemap/CCTiledMap.js:133 |
DIAGONAL
| meta | description |
|---|---|
| Type | Number |
| Defined in | cocos2d/tilemap/CCTiledMap.js:140 |
FLIPPED_ALL
| meta | description |
|---|---|
| Type | Number |
| Defined in | cocos2d/tilemap/CCTiledMap.js:147 |
FLIPPED_MASK
| meta | description |
|---|---|
| Type | Number |
| Defined in | cocos2d/tilemap/CCTiledMap.js:154 |
STAGGERAXIS_X
| meta | description |
|---|---|
| Type | Number |
| Defined in | cocos2d/tilemap/CCTiledMap.js:169 |
STAGGERAXIS_Y
| meta | description |
|---|---|
| Type | Number |
| Defined in | cocos2d/tilemap/CCTiledMap.js:176 |
STAGGERINDEX_ODD
| meta | description |
|---|---|
| Type | Number |
| Defined in | cocos2d/tilemap/CCTiledMap.js:191 |
STAGGERINDEX_EVEN
| meta | description |
|---|---|
| Type | Number |
| Defined in | cocos2d/tilemap/CCTiledMap.js:198 |