Class WindowSystem
Inheritance
System.Object
WindowSystem
Namespace: Unity.Tiny.Core
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 | 
|---|---|---|
| System.Int32 | w | |
| System.Int32 | h | |
| NativeArray<System.Byte> | pixels | 
InfiniteMainLoop(WindowSystem.MainLoopDelegate)
Declaration
public abstract void InfiniteMainLoop(WindowSystem.MainLoopDelegate m)
Parameters
| Type | Name | Description | 
|---|---|---|
| WindowSystem.MainLoopDelegate | m |