Unity 复制文本到粘贴板上

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

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