会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
奕心1999
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
2021年8月4日
unity c#请求http协议
摘要: IEnumerator GetCodeRequest(string time,string server_Id,int role_id,string code,string sign,string account, Action<int, string> action) { if (code.Len
阅读全文
posted @ 2021-08-04 09:29 奕心1999
阅读(285)
评论(0)
推荐(0)
2021年7月8日
Unity 统一替换font字体工具
摘要: Selection.GetFiltered 1.Selection.GetFiltered 过滤选中的文件 常用方法Selection.GetFiltered(typeof(Unity.Object),SelectionMode.Assets),拿到选中的文件路径,可以多选操作,得到Assets目录
阅读全文
posted @ 2021-07-08 16:31 奕心1999
阅读(884)
评论(0)
推荐(0)
2021年7月7日
GetComponentsInChildren<T>和GetComponentsInChildren<T>(bool)用法
摘要: GetComponentsInChildren<T> 一、能获取到自己的情况 Transform[] trans = GetComponentsInChildren<Transform>();因为root对象以及其6个子对象都有Transform组件,所以获取到的size是7,包含了root自身节点
阅读全文
posted @ 2021-07-07 17:59 奕心1999
阅读(270)
评论(0)
推荐(0)
上一页
1
2
公告