摘要: Image image = GetComponent<Image>(); image.alphaHitTestMinimumThreshold = 0.1f; 图片要求, 透明图片设置为精灵图, 不透明区域要填充整张图片, 当图片不符合要求时 , 可以用精灵图片的剪裁工具, 处理 。 阅读全文
posted @ 2019-10-15 17:23 GP19 阅读(2410) 评论(0) 推荐(0)
摘要: 1 using System.Collections.Generic; 2 using System.Net; 3 using System.Net.Sockets; 4 using System.Text; 5 using System.Threading; 6 using UnityEngine 阅读全文
posted @ 2019-10-15 17:11 GP19 阅读(5564) 评论(0) 推荐(0)
摘要: 1 using System.Collections; 2 using System.Collections.Generic; 3 using System.Net.NetworkInformation; 4 using System.Net.Sockets; 5 using UnityEngine 阅读全文
posted @ 2019-10-15 16:34 GP19 阅读(1135) 评论(0) 推荐(0)
摘要: using System; using System.Collections; using System.Collections.Generic; using System.Runtime.InteropServices; using UnityEditor; using UnityEngine; 阅读全文
posted @ 2019-10-15 16:25 GP19 阅读(1843) 评论(0) 推荐(0)
摘要: 1 using System.Collections; 2 using System.Collections.Generic; 3 using UnityEngine; 4 using System.IO; 5 using System.Xml; 6 7 public class XmlManage 阅读全文
posted @ 2019-10-15 16:20 GP19 阅读(888) 评论(0) 推荐(0)