var Text2 : TextAsset;
function OnGUI () {

 GUI.Label(Rect(10, 10, 500, 500), Text2.text);
}

相关文章:

  • 2022-12-23
  • 2021-11-24
  • 2021-05-19
  • 2022-02-02
  • 2021-11-29
  • 2022-12-23
  • 2022-12-23
  • 2021-05-17
猜你喜欢
  • 2022-12-23
  • 2021-10-09
  • 2021-09-08
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案