TiledMap.TMXObjectType Enum
Module: cc
TiledMap Object Type
Index
RECTELLIPSEPOLYGONPOLYLINEIMAGETEXT
Details
RECT
| meta | description |
|---|---|
| Type | Number |
| Defined in | cocos2d/tilemap/CCTiledMap.js:213 |
ELLIPSE
| meta | description |
|---|---|
| Type | Number |
| Defined in | cocos2d/tilemap/CCTiledMap.js:220 |
POLYGON
| meta | description |
|---|---|
| Type | Number |
| Defined in | cocos2d/tilemap/CCTiledMap.js:227 |
POLYLINE
| meta | description |
|---|---|
| Type | Number |
| Defined in | cocos2d/tilemap/CCTiledMap.js:234 |
IMAGE
| meta | description |
|---|---|
| Type | Number |
| Defined in | cocos2d/tilemap/CCTiledMap.js:241 |
TEXT
| meta | description |
|---|---|
| Type | Number |
| Defined in | cocos2d/tilemap/CCTiledMap.js:248 |