TMXLayerInfo
类型
模块: cc
cc.TMXLayerInfo contains the information about the layers like:
- Layer name
- Layer size
- Layer opacity at creation time (it can be modified at runtime)
- Whether the layer is visible (if it's not visible, then the CocosNode won't be created) This information is obtained from the TMX file.
索引
属性(properties)
properties
Object
Properties of the layer info.
Details
属性(properties)
properties
Properties of the layer info.
meta | description |
---|---|
类型 | Object |
定义于 | cocos2d/tilemap/CCTMXXMLParser.js:62 |