09 2014 档案

UTF8字符串转换为汉字 c#
摘要:1 using System; 2 3 4 5 /// 6 /// UTF8字符串转换为汉字用的类 7 /// 转换如"\\u8d35"之类的字符串为对应的汉字 8 /// 9 class UTF8String 10 { 11 string m_strConte... 阅读全文

posted @ 2014-09-22 16:41 GameDevelopmentA 阅读(4092) 评论(0) 推荐(0)

鼠标右键添加项目 注册表 注意
摘要:右键项目 HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers HKEY_CLASSES_ROOT\Directory\shell HKEY_CLASSES_ROOT\Directory\shellex\ContextMenuHandlers HKEY_CL... 阅读全文

posted @ 2014-09-22 09:50 GameDevelopmentA 阅读(952) 评论(0) 推荐(0)

Unity 添加鼠标右键事件
摘要:把此类放到 Editor下使用就OK 1 using UnityEngine; 2 using System.Collections; 3 using System.Collections.Generic; 4 using UnityEditor; 5 6 /// 7 /// 添加鼠标右键事件 ... 阅读全文

posted @ 2014-09-16 09:30 GameDevelopmentA 阅读(8409) 评论(0) 推荐(0)

导航