TiledMap.Property
Enum
Module: cc
The property type of tiled map.
Index
NONE
MAP
LAYER
OBJECTGROUP
OBJECT
TILE
Details
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 |