纳金网

标题: 鼠标拖动图片的代码 [打印本页]

作者: 狂风大尉    时间: 2014-6-26 20:10
标题: 鼠标拖动图片的代码

  1. var pTemp:Texture;
  2. var posTexture:Rect;
  3. function Awake()
  4. {
  5.    posTexture.width=pTemp.width;
  6.    posTexture.height=pTemp.height;
  7. }
  8. function OnGUI()
  9. {
  10.   posTexture=GUI.Window(0,posTexture,popWin,"");
  11. }
  12. function popWin(winId:int)
  13. {
  14.   GUI.DrawTexture(Rect(0,0,posTexture.width,posTexture.height),pTemp);
  15.   GUI.DragWindow();
  16. }
复制代码

作者: hyui    时间: 2014-6-26 21:22
感谢分享这个! ) ) ) !
作者: HIDEOKOJIMA    时间: 2014-6-26 22:39
感谢分享这个!
作者: wucnj    时间: 2014-6-27 13:22
感谢分享!!!




欢迎光临 纳金网 (http://course.narkii.com/club/) Powered by Discuz! X2.5