kingBook

导航

Unity Editor 复制内容到剪切板

string str="acd12335";

TextEditor textEditor = new TextEditor();
textEditor.text = str;
textEditor.SelectAll();
textEditor.Copy();

posted on 2022-07-17 16:50  kingBook  阅读(107)  评论(0编辑  收藏  举报