print(ret.bounds) 返回节点 范围坐标

[复制链接]
查看3013 | 回复3 | 2022-4-22 05:33:30 | 显示全部楼层 |阅读模式
本帖最后由 152324093 于 2022-4-22 05:46 编辑

print(ret.bounds) 返回节点 范围坐标

注意
返回 坐标 顺序不是正常顺序   自己调整

  1. local ret = nodeLib.findOne(0,0,0,0,{class="android.widget.ImageView",id="",index="0",level="15",package="com.mobile.maomao"},true)
  2. if ret ~= nil then
  3. print(ret.bounds)
  4. end
复制代码



回复

使用道具 举报

wangqunmen | 2022-4-28 20:10:39 | 显示全部楼层
谢谢大佬分享 !
回复

使用道具 举报

tcppp521 | 2024-5-20 15:31:27 | 显示全部楼层
你好
怎么获取ret.bounds  这里面的4个参数存到变量?
print() 能打印出4个参数到屏幕
用变量接收 只有第1个 ,后面3个没了
我想加入随机点击。不点击节点。
求解惑,谢谢
回复

使用道具 举报

152324093 | 2024-5-20 23:08:19 | 显示全部楼层
tcppp521 发表于 2024-5-20 15:31
你好
怎么获取ret.bounds  这里面的4个参数存到变量?
print() 能打印出4个参数到屏幕
  1. local l,t,r,b = node:bounds()
  2. print(l,t,r,b)
复制代码
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则