摘要: 1.int转string int a = 2; string b = a.ToString(); string s2 = Convert.ToString(a); 2.string转int 阅读全文
posted @ 2016-07-08 03:32 Shiyu_Huang 阅读(145) 评论(0) 推荐(0)
摘要: 1.Invoke(string methodName,float time) 在一定时间调用methodName函数 using UnityEngine; using System.Collections; public class example : MonoBehaviour { public 阅读全文
posted @ 2016-07-08 03:23 Shiyu_Huang 阅读(3986) 评论(0) 推荐(0)