![]() |
Paradox Game Engine
v1.0.0 beta06
|
A platform specific window handle. More...
Public Member Functions | |
| WindowHandle (AppContextType context, object nativeHandle) | |
| Initializes a new instance of the WindowHandle class. More... | |
Public Attributes | |
| readonly AppContextType | Context |
| The context. More... | |
| readonly object | NativeHandle |
| The native handle. More... | |
A platform specific window handle.
Definition at line 10 of file WindowContext.cs.
| SiliconStudio.Paradox.Graphics.WindowHandle.WindowHandle | ( | AppContextType | context, |
| object | nativeHandle | ||
| ) |
Initializes a new instance of the WindowHandle class.
| context | The context. |
| nativeHandle | The native handle. |
Definition at line 17 of file WindowContext.cs.
| readonly AppContextType SiliconStudio.Paradox.Graphics.WindowHandle.Context |
The context.
Definition at line 26 of file WindowContext.cs.
| readonly object SiliconStudio.Paradox.Graphics.WindowHandle.NativeHandle |
The native handle.
Definition at line 31 of file WindowContext.cs.