Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
有大佬知道怎么获取网格编号吗?
如果是tilemap组件的网格编号的话,可以看看tilemap组件的这两个表达式:如果是问场景属性的那个网格的话,那个是拿不到的,但是可以拿坐标算,最后比较好奇你说的获取网格编号,是像tilemap那样拿到横向的格子编号和纵向的格子编号?还是什么编号,然后你希望的获取这个编号的依据是啥?像tilemap那两个表达式,获取的依据就是x和y坐标
@欧拉欧拉 感谢您的解惑,已解决。