07 2017 档案

intent
摘要:intent intent 是一种构造,应用程序可以通过它发出请求,这就像是发出求助信号。intent 可能像下面这样: "Wanted: An application to help me look up a contact" 或 "Wanted: An application to help m 阅读全文

posted @ 2017-07-31 15:38 jiahuafu

在UNITY中按钮的高亮用POINT灯实现,效果别具一番风味
摘要:在UNITY中按钮的高亮用POINT灯实现,效果别具一番风味 阅读全文

posted @ 2017-07-20 10:36 jiahuafu 阅读(1650) 评论(0) 推荐(0)

打包场景出错
摘要:原因是脚本出错,但编译无问题后来发现是引用了UnityEditor里的类Unity里的运行时类和EDITOR类是分二个程序集的,EDITOR不可在运行时调用 阅读全文

posted @ 2017-07-19 15:31 jiahuafu 阅读(201) 评论(0) 推荐(0)

探讨 .NET 4 新增的 SortedSet 类
摘要:http://www.cnblogs.com/WizardWu/archive/2010/06/17/1759297.html 阅读全文

posted @ 2017-07-17 15:32 jiahuafu 阅读(409) 评论(0) 推荐(0)

sibling
摘要:sibling 英 ['sɪblɪŋ] 美 ['sɪblɪŋ] 名词. 兄,弟,姐,妹网络. 兄弟,兄弟姐妹,同胞变形. 复数:siblings 阅读全文

posted @ 2017-07-11 09:04 jiahuafu

error CS1010 CS8025 CS1012 CS1525 常见文档错误解决
摘要:error CS1010: Newline in constant error CS8025: Parsing error error CS1012: Too many characters in character literal error CS1525: Unexpected symbol ` 阅读全文

posted @ 2017-07-07 16:27 jiahuafu 阅读(759) 评论(0) 推荐(0)

安卓机在按HOME键时,UNITY触发的APPLICATION_PAUSE事件
摘要:安卓机在按HOME键时,UNITY触发的APPLICATION_PAUSE事件 此时安卓程序会返回,在这一瞬间,程序可以通过SOCKET发送数据包给服务器告知, 经测试在这短暂的时间内,这个数据包能发出(异步发送也可以),服务器能收到 这个功能很有用,比如此时人物由服务器托管而不是断线 阅读全文

posted @ 2017-07-03 09:13 jiahuafu 阅读(1241) 评论(0) 推荐(0)

导航