TiledMap.TMXObjectType
枚举
模块: cc
地图物体类型
索引
RECT
ELLIPSE
POLYGON
POLYLINE
IMAGE
TEXT
Details
RECT
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/tilemap/CCTiledMap.js:246 |
ELLIPSE
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/tilemap/CCTiledMap.js:253 |
POLYGON
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/tilemap/CCTiledMap.js:260 |
POLYLINE
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/tilemap/CCTiledMap.js:267 |
IMAGE
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/tilemap/CCTiledMap.js:274 |
TEXT
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/tilemap/CCTiledMap.js:281 |