unity3D触控

发布时间:2017-09-24编辑:佚名阅读(1108)

int touchCount = 1; // 触摸帧的数量
if (touchCount == Input.touchCount)
{
    Vector2 touchPosition = Input.GetTouch(0).position;
}


  关键字:unity3D触控


鼓掌

0

正能量

0

0

呵呵

0


评论区