C# Class NoWindowBorder, CAVE-Unity3D-Plugin

Inheritance: MonoBehaviour
Mostrar archivo Open project: TimOfTheYear/CAVE-Unity3D-Plugin

Public Properties

Property Type Description
screenPosition Rect

Public Methods

Method Description
Start ( ) : void

Private Methods

Method Description
GetForegroundWindow ( ) : IntPtr
SetLayeredWindowAttributes ( IntPtr hwnd, uint crKey, byte bAlpha, uint dwFlags ) : bool
SetWindowLong ( IntPtr hwnd, int _nIndex, int dwNewLong ) : IntPtr
SetWindowPos ( IntPtr hWnd, int hWndInsertAfter, int X, int Y, int cx, int cy, uint uFlags ) : bool

Method Details

Start() public method

public Start ( ) : void
return void

Property Details

screenPosition public_oe property

public Rect screenPosition
return Rect