C# Class NoWindowBorder, CAVE-Unity3D-Plugin

Inheritance: MonoBehaviour
Afficher le fichier Open project: TimOfTheYear/CAVE-Unity3D-Plugin

Méthodes publiques

Свойство Type Description
screenPosition Rect

Méthodes publiques

Méthode Description
Start ( ) : void

Private Methods

Méthode 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 méthode

public Start ( ) : void
Résultat void

Property Details

screenPosition public_oe property

public Rect screenPosition
Résultat Rect