摘要:        
Unity中获取到的坐标是左下角为(0,0)但是绘画的时候是以左上角为(0,0)所以直接在获取到的坐标上画图是不行的……using UnityEngine;using System.Collections;public class MultiTouch : MonoBehaviour { pub...    阅读全文
posted @ 2014-05-17 14:00
_Dawn
阅读(377)
评论(0)
推荐(0)
        
            
        
        
摘要:        
//按返回键退出Applicationvoid Update () {if(Input.GetKey(KeyCode.Escape)){ Application.Quit();}} //按两次返回退出程序float _waitTime = 2f;//前后两次按退出间隔时间i...    阅读全文
posted @ 2014-05-17 11:11
_Dawn
阅读(1274)
评论(0)
推荐(0)
        
 
                    
                
 
 浙公网安备 33010602011771号
浙公网安备 33010602011771号