Unity 复制文本到剪切板
2016-07-12 本文已影响2412人
2b75747cf703
TextEditor textEditor = new TextEditor();
textEditor.text = "hello world";
textEditor.OnFocus();
textEditor.Copy();
TextEditor textEditor = new TextEditor();
textEditor.text = "hello world";
textEditor.OnFocus();
textEditor.Copy();