10 2019 档案
摘要:using Newtonsoft.Json; using System.Collections.Generic; using UnityEngine; public class JsonDe : MonoBehaviour { public class Produc { public string
阅读全文
摘要:string dir = Environment.GetFolderPath(Environment.SpecialFolder.DesktopDirectory);
阅读全文
摘要:using System.Collections; using System.Collections.Generic; using System.Threading; using UnityEngine; [System.Serializable] public class fangkuai{ pu
阅读全文
摘要:此功能将右边的四边行内的坐标点转换成左侧的矩形坐标点 using System.Collections; using System.Collections.Generic; using UnityEngine; public class Calibration : MonoBehaviour { [
阅读全文
摘要:Image image = GetComponent<Image>(); image.alphaHitTestMinimumThreshold = 0.1f; 图片要求, 透明图片设置为精灵图, 不透明区域要填充整张图片, 当图片不符合要求时 , 可以用精灵图片的剪裁工具, 处理 。
阅读全文
摘要: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
阅读全文
摘要:1 using System.Collections; 2 using System.Collections.Generic; 3 using System.Net.NetworkInformation; 4 using System.Net.Sockets; 5 using UnityEngine
阅读全文
摘要:using System; using System.Collections; using System.Collections.Generic; using System.Runtime.InteropServices; using UnityEditor; using UnityEngine;
阅读全文
摘要: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
阅读全文
浙公网安备 33010602011771号