10 2018 档案
摘要:using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.Serialization; [AddComponentMenu("Sample/TestCode")] //Component上会增加一个Sample/TestCode选项 选择这个选项就会将此脚...
阅读全文
摘要:需要用到LitJSON.dll JsonMapper JsonMapper.ToObject JsonReader using LitJson; using System; public class DataReader { public static void Main() { string sa
阅读全文
摘要:调用摄像头拍照,照片储存,调用百度HttpV3.5API进行图片识别对比。得到对比后的json数据内容。解析即可!
阅读全文
摘要:https://pan.baidu.com/s/1w2vZbWWCooq2drCloYiMng
阅读全文
摘要:using System; using System.Collections; using System.Collections.Generic; using UnityEngine; /// /// string扩展方法 /// public static class KTOString { /// /// 扩展--string 转int /// ...
阅读全文
摘要:BaseImage.cs SetPropertyUtilityExt.cs CircleImage.cs //组件工具
阅读全文