上一页 1 2 3 4 5 6 7 ··· 22 下一页
摘要: Unity中是用int32来表示32个Layer层。int32表示二进制一共有32位(0—31)。在Unity中可编辑的Layer如下图所示: 在Unity中每个GameObject都有Layer属性,默认的Layer都是Default。在Unity中可编辑的Layer共有24个(8—31层),官方 阅读全文
posted @ 2018-01-10 19:12 AaronBlogs 阅读(3581) 评论(1) 推荐(0) 编辑
摘要: https://zhuanlan.zhihu.com/p/21913747 https://www.jianshu.com/p/3edce67cb473 http://www.ceeger.com/forum/read.php?tid=593805 http://blog.csdn.net/u013 阅读全文
posted @ 2018-01-10 19:01 AaronBlogs 阅读(267) 评论(0) 推荐(0) 编辑
摘要: 原文链接:http://blog.csdn.net/puppet_master 阅读全文
posted @ 2017-12-29 18:53 AaronBlogs 阅读(632) 评论(0) 推荐(0) 编辑
摘要: 1 --[[ 2 @desc: 计算字符串字符个数 3 author:{author} 4 time:2017-12-29 16:08:11 5 --@inputstr: 源字符串 6 return 字符个数 7 ]] 8 function getStringCharCount(str) 9 local lenInByte = #... 阅读全文
posted @ 2017-12-29 18:51 AaronBlogs 阅读(3900) 评论(0) 推荐(0) 编辑
摘要: 参考链接: https://blog.uwa4d.com/archives/Sparkle_UGUI.html http://tech.seasungame.com/blog/index.php/2017/08/30/uguibiaoqingxitongjiejuefangan/ https://g 阅读全文
posted @ 2017-12-28 19:46 AaronBlogs 阅读(309) 评论(0) 推荐(0) 编辑
摘要: 参考链接: http://blog.csdn.net/jjx0224/article/details/6164128 http://blog.csdn.net/wangzl1163/article/details/71195072 https://www.cnblogs.com/KeithWang/ 阅读全文
posted @ 2017-12-28 19:43 AaronBlogs 阅读(151) 评论(0) 推荐(0) 编辑
摘要: 参考: http://www.chenghuixueyuan.com/Articles/detail/id/462.htmlhttps://www.leiphone.com/news/201611/uFt7TgmD6ZtSc6TD.htmlhttp://blog.csdn.net/qq_282685 阅读全文
posted @ 2017-12-28 19:41 AaronBlogs 阅读(745) 评论(0) 推荐(0) 编辑
摘要: 链接: http://www.xuanyusong.com/archives/2925 http://www.xuanyusong.com/archives/2974 https://www.cnblogs.com/mezero/p/3955130.html http://www.jianshu.c 阅读全文
posted @ 2017-12-28 19:39 AaronBlogs 阅读(529) 评论(0) 推荐(0) 编辑
摘要: 在游戏运行时,代码若写得不安全很容易出现NAN的异常。一旦NAN出现整个游戏不崩溃也坏死掉了,游戏上了则是要被直接打回来的节奏,更是一个开发及测试人员每人都要扣3000块的大BUG。 一般表现为: 1. transform.rotation assign attempt for "XXX" is n 阅读全文
posted @ 2017-12-11 18:42 AaronBlogs 阅读(929) 评论(0) 推荐(0) 编辑
摘要: 原文地址:http://blog.csdn.net/david_dai_1108/article/details/71699449 阅读全文
posted @ 2017-12-11 18:39 AaronBlogs 阅读(5596) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 22 下一页