untiy Input 获取鼠标以及触摸操作
生活随笔
收集整理的這篇文章主要介紹了
untiy Input 获取鼠标以及触摸操作
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
以下代碼放到任意GameObject物體上
public void Update () {Control() ;}private void Control() {if (Input.GetMouseButtonDown(0)){Debug.Log("MouseButtonDown position: " + Input.mousePosition);}else if (Input.GetMouseButtonUp(0)){Debug.Log("MouseButtonUp position: " + Input.mousePosition);}}Input.GetMouseButtonDown為按下動作
Input.GetMouseButtonUp為抬起動作
移動可以自己做一個標記來判斷。這里只能處理單點操作。
總結
以上是生活随笔為你收集整理的untiy Input 获取鼠标以及触摸操作的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Python Level 4 程序题:布
- 下一篇: 运动会加油稿计算机学院150字,运动会加