会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Seel
博客园
首页
新随笔
联系
订阅
管理
05 2020 档案
Unity 设置分辨率 设置画质(PC)
摘要:分辨率 public void ResolutionRatio(int value) { // Debug.Log(value); PlayerPrefs.SetInt("ResolutionRatio", value); switch (value) { case 0: if (PlayerPre
阅读全文
posted @
2020-05-29 11:17
D个人笔记
阅读(3188)
评论(0)
推荐(0)
Unity 复制文本到粘贴板上
摘要:TextEditor te = new TextEditor(); te.content = new GUIContent(path); te.SelectAll(); te.Copy();
阅读全文
posted @
2020-05-08 19:49
D个人笔记
阅读(886)
评论(0)
推荐(0)
公告