摘要: 1 public static void OpenDirectory(string path, bool isFile = false) 2 { 3 if (string.IsNullOrEmpty(path)) return; 4 path = path.Replace("/", "\\"); 5 if (isFile) 6 { 7 if (!File.Exists(path)) 8 { 9 D 阅读全文
posted @ 2019-10-14 13:59 AaronBlogs 阅读(3759) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/dengjc2011/article/details/78677548 https://www.cnblogs.com/dubing/archive/2011/12/21/2295895.html https://blog.csdn.net/q358591 阅读全文
posted @ 2018-05-03 15:08 AaronBlogs 阅读(268) 评论(0) 推荐(0) 编辑
摘要: Ease.InQuad 不知道Quad代表什么意思 Ease.InQuart 有1/4的时间是没有缓动。 Ease.InQuint, 是1/5时间没有缓动. Ease.InExpo 一直很平缓,在最后一点完成所有变化。 Ease.InSine 表示正弦加速动作 Ease.OutSine 表示正弦减速 阅读全文
posted @ 2018-05-03 15:04 AaronBlogs 阅读(1936) 评论(0) 推荐(0) 编辑
摘要: 1、第一个直接改变鼠标样式 2、隐藏鼠标,在鼠标位置放一新图片 需要注意几点的是:用第一种方法中的鼠标图片要修改图片导入的属性,即在inspector中的Texture Type要改为Cursor,否则鼠标会显示不正常。 第二种方法中,在unity编辑器中运行的时候,当改变鼠标样式后,默认的鼠标箭头 阅读全文
posted @ 2018-05-03 15:02 AaronBlogs 阅读(1985) 评论(0) 推荐(0) 编辑
摘要: GUI splitter control How can I make a GUI splitter control, similar to the splitter the console has? 1 using UnityEngine; 2 using UnityEditor; 3 4 pub 阅读全文
posted @ 2018-05-03 14:57 AaronBlogs 阅读(4002) 评论(0) 推荐(0) 编辑
摘要: 首先看下百度百科的基姆拉尔森计算公式定义: 基姆拉尔森计算公式 W= (d+2*m+3*(m+1)/5+y+y/4-y/100+y/400) mod 7 在公式中d表示日期中的日数,m表示月份数,y表示年数。 注意:在公式中有个与其他公式不同的地方: 把一月和二月看成是上一年的十三月和十四月,例:如 阅读全文
posted @ 2018-03-23 17:36 AaronBlogs 阅读(504) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/chenyg32/p/3293247.html https://www.cnblogs.com/YiXiaoZhou/p/5943775.html 阅读全文
posted @ 2018-03-15 16:31 AaronBlogs 阅读(196) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/wuzhang/p/wuzhang20150401.html https://www.cnblogs.com/yangwujun/p/5789969.html https://www.aliyun.com/jiaocheng/26567.html ht 阅读全文
posted @ 2018-02-26 19:29 AaronBlogs 阅读(292) 评论(0) 推荐(0) 编辑
摘要: http://www.xuanyusong.com/archives/3304 http://www.xuanyusong.com/archives/3315 http://www.xuanyusong.com/archives/3499 http://www.xuanyusong.com/arch 阅读全文
posted @ 2018-02-03 19:12 AaronBlogs 阅读(398) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/hont/p/5100472.html 阅读全文
posted @ 2018-02-03 19:09 AaronBlogs 阅读(277) 评论(0) 推荐(0) 编辑