检测鼠标所点击的按钮位置是否是透明的

查找 rayResList 是否存在你所点击的按钮 存在则不是透明的 不存在则是透明的 eventData 为鼠标点击的位置 使用UI事件传递下去的数据即可 123List<RaycastResult> rayResList = new...

Unity

修复 PlatformlO 找不到这样的文件或者目录

“构建上传 PlatformIO 程序的时候出现这种错误 12CLI > platformio lib search "header:SPI.h"CLI > platformio lib search "...

PlatformIO

Unity 检测窗口是否被完全遮挡

废话不多说直接上代码 测试代码123456789101112131415161718192021void TestFun(){ // 此处需要写unity程序的标题 IntPtr handle = Win32Api.Ge...

Unity
1234