摘要: ------------读取外部文本---------------------------var MyText: TextAsset; function OnGUI () {GUI.Label(Rect(10, 10, 500, 500), Text2.text);}-----------GUI函数 判断鼠标按下------------- if((Event.current.type == EventType.mouseDown) && (Event.current.button == 0)) { print("asdasdasd"); }-----------------------跳--- 阅读全文
posted @ 2010-12-09 09:05 softimagewht 阅读(296) 评论(0) 推荐(0)