TiledMap.TMXObjectType
枚举
模块: cc
地图物体类型
索引
RECT
ELLIPSE
POLYGON
POLYLINE
IMAGE
TEXT
Details
RECT
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/tilemap/CCTiledMap.js:213 |
ELLIPSE
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/tilemap/CCTiledMap.js:220 |
POLYGON
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/tilemap/CCTiledMap.js:227 |
POLYLINE
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/tilemap/CCTiledMap.js:234 |
IMAGE
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/tilemap/CCTiledMap.js:241 |
TEXT
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/tilemap/CCTiledMap.js:248 |