TiledMap.TMXObjectType
枚举
模块: cc
地图物体类型
索引
RECT
ELLIPSE
POLYGON
POLYLINE
IMAGE
TEXT
Details
RECT
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/tilemap/CCTiledMap.js:231 |
ELLIPSE
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/tilemap/CCTiledMap.js:238 |
POLYGON
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/tilemap/CCTiledMap.js:245 |
POLYLINE
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/tilemap/CCTiledMap.js:252 |
IMAGE
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/tilemap/CCTiledMap.js:259 |
TEXT
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/tilemap/CCTiledMap.js:266 |