码迷,mamicode.com
首页 > 编程语言 > 详细

Unity3D 响应摇杆

时间:2016-11-11 19:46:14      阅读:194      评论:0      收藏:0      [点我收藏+]

标签:form   muti   blog   get   cape   keycode   div   esc   util   

    if (Input.GetKeyUp(KeyCode.Joystick1Button0))
			{
				Debug.Log("Joystick1Button0");
			}
			if (Input.GetKeyUp(KeyCode.Joystick1Button1) || Input.GetKeyUp(KeyCode.Escape))
			{
				PlatformUtil.ExitUnityActivity.Exit();
			}

			if (Input.GetKeyUp(KeyCode.Joystick1Button2))
			{
				Debug.Log("Joystick1Button2");
			}
			if (Input.GetKeyUp(KeyCode.Joystick1Button3))
			{
				Debug.Log("Joystick1Button3");
			}       

  

Unity3D 响应摇杆

标签:form   muti   blog   get   cape   keycode   div   esc   util   

原文地址:http://www.cnblogs.com/mrblue/p/6055323.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!