找回密码
 立即注册
查看: 5981|回复: 80

[脚本] 用RepeatButton实现手机屏幕上的点击效果

[复制链接]
发表于 2013-3-5 18:37 | 显示全部楼层 |阅读模式

  1. var controller : CharacterController = GetComponent(CharacterController);
  2.                 if(GUI.RepeatButton(Rect(65,Screen.height-130,40,40),"W"))
  3.                 {
  4.                
  5.                         controller.SimpleMove(controller.transform.TransformDirection(Vector3.forward)*3);
  6.         

  7.                 }
  8.                  if(GUI.RepeatButton(Rect(25,Screen.height-90,40,40),"A"))
  9.                 {
  10.                         
  11.                         controller.transform.Rotate(0,Mathf.Lerp(0,-1,1),0);
  12. //                                controller.SimpleMove(controller.transform.TransformDirection(controller.transform.Vector3.forward)*3);
  13.                         //        controller.SimpleMove(controller.transform.TransformDirection(Vector3.forward)*-3);
  14.                         print(Mathf.Lerp(0,-1,1).ToString());
  15.                 }
  16.                 if(GUI.RepeatButton(Rect(105,Screen.height-90,40,40),"D"))
  17.                 {
  18.                         
  19.                         controller.transform.Rotate(0,1,0);
  20.                         
  21.                 }
  22.                 if(GUI.RepeatButton(Rect(65,Screen.height-50,40,40),"S"))
  23.                 {
  24.                
  25.                         controller.SimpleMove(controller.transform.TransformDirection(Vector3.forward)*10);
  26.                         controller.transform.Rotate(0, Mathf.Lerp(0, 270, 0.01),0);
  27.                         //carmera_.transform.Rotate(0, Mathf.Lerp(0, 270, 0.01),0);
  28.                
  29.                 }
复制代码
发表于 2017-3-14 08:57 | 显示全部楼层
很不错
发表于 2017-3-14 08:27 | 显示全部楼层
楼主是超人
发表于 2017-3-14 08:28 | 显示全部楼层
好帖就是要顶
发表于 2017-3-14 08:45 | 显示全部楼层
顶顶多好
发表于 2017-3-14 08:57 | 显示全部楼层
难得一见的好帖
发表于 2017-4-11 11:18 | 显示全部楼层
很不错
发表于 2017-4-11 11:18 | 显示全部楼层
顶顶多好
发表于 2017-4-11 10:32 | 显示全部楼层
真心顶
发表于 2017-4-11 11:22 | 显示全部楼层
说的非常好
懒得打字嘛,点击右侧快捷回复 【右侧内容,后台自定义】
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|手机版|Unity开发者联盟 ( 粤ICP备20003399号 )

GMT+8, 2024-5-3 15:18 , Processed in 0.113060 second(s), 25 queries .

Powered by Discuz! X3.5 Licensed

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表