Unity 复制文本到粘贴板上

TextEditor te = new TextEditor();
te.content = new GUIContent(path);
te.SelectAll();
te.Copy();

posted @ 2020-05-08 19:49  D个人笔记  阅读(837)  评论(0编辑  收藏  举报