Class WindowSystem
Namespace: Unity.Tiny
Syntax
public abstract class WindowSystem : ComponentSystem
Methods
DebugReadbackImage(out Int32, out Int32, out NativeArray<Byte>)
Declaration
public abstract void DebugReadbackImage(out int w, out int h, out NativeArray<byte> pixels)
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | w | |
| Int32 | h | |
| NativeArray<Byte> | pixels |
GetPlatformWindowHandle()
Declaration
public abstract IntPtr GetPlatformWindowHandle()
Returns
| Type | Description |
|---|---|
| IntPtr |