Quantcast
Channel: Cocos中文社区 - 最新主题
Viewing all articles
Browse latest Browse all 88737

Tiledmap里面getMapSize() and setMapSize()

$
0
0

@704436993 写道:

···
this._tiledMap = this.node.getComponent('cc.TiledMap')
var mapsize = this._tiledMap.getMapSize();
console.log('Map size' + mapsize);
···
这个结果是 Map size(30.00, 30.00),我的理解指的是x,y轴有30个瓦片。

但是this._tiledMap.setTileSize(new cc.size(960,640)); 这个传的是像素大小。
单位不一样啊,打印出来就变成 Map size(960, 640),改动cc.size, 运行出来Map大小并没有明显变化。
这是为什么?
get/setTileSize 同样的问题。

帖子: 2

参与者: 1

阅读整个主题


Viewing all articles
Browse latest Browse all 88737

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>