kingBook

导航

2022年7月17日 #

Unity Editor 使文本输入框失去焦点

摘要: GUIUtility.keyboardControl = 0; 阅读全文

posted @ 2022-07-17 17:44 kingBook 阅读(153) 评论(0) 推荐(0) 编辑

Unity Editor 复制内容到剪切板

摘要: string str="acd12335"; TextEditor textEditor = new TextEditor(); textEditor.text = str; textEditor.SelectAll(); textEditor.Copy(); 阅读全文

posted @ 2022-07-17 16:50 kingBook 阅读(107) 评论(0) 推荐(0) 编辑