Poco icon indicating copy to clipboard operation
Poco copied to clipboard

Poco找不到Creator里的Button的点击属性

Open rrandoom opened this issue 3 years ago • 1 comments

描述问题bug 使用Creator2.4.3版本,抓取控件时,发现Button没有找到点击属性,然后查看点击发现Creator上的点击属性是叫 “interactable”,但是poco上好像是叫“touchable”? 我抓取Button时,能获取到的内容有: type : Button name : chooseBtn visible : True pos : [0.8245949074074074, 0.34423980712890623] size : [0.13148148148148148, 0.1] scale : [1, 1] anchorPoint : [0.5, 0.5] zOrders : {'local': 1, 'global': 1} rotation : 0

python 版本: python3.8

poco 版本: 1.0.82

rrandoom avatar Jun 22 '21 03:06 rrandoom

image 是不是只能读取到node里的信息,具体下面的Button下的属性是读取不到的呀?

rrandoom avatar Jun 22 '21 08:06 rrandoom