电竞比分网-中国电竞赛事及体育赛事平台

分享

Unity3d 去掉exe版本的邊框

 鴻蛟家平 2016-06-20
  • using System;  
  • using System.Runtime.InteropServices;  
  • using UnityEngine;  
  •   
  • public class WindowMOD MonoBehaviour  
  •  
  •     public Rect screenPosition;  
  •     [DllImport("user32.dll")]  
  •     static extern IntPtr SetWindowLong (IntPtr hwnd,int  _nIndex ,int  dwNewLong);  
  •     [DllImport("user32.dll")]  
  •     static extern bool SetWindowPos (IntPtr hWnd, int hWndInsertAfter, int X, int Y, int cx, int cy, uint uFlags);  
  •     [DllImport(

    感谢您访问我们的网站,您可能还对以下资源感兴趣:

    电竞比分网