Class GLFWWindowSystem
Inheritance
System.Object
GLFWWindowSystem
Syntax
public class GLFWWindowSystem : WindowSystem
Constructors
GLFWWindowSystem()
Declaration
public GLFWWindowSystem()
Fields
frameTime
Declaration
protected double frameTime
Field Value
Type |
Description |
System.Double |
|
initialized
Declaration
protected bool initialized
Field Value
Type |
Description |
System.Boolean |
|
Methods
DebugReadbackImage(out Int32, out Int32, out NativeArray<Byte>)
Declaration
public override 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 |
|
Overrides
InfiniteMainLoop(WindowSystem.MainLoopDelegate)
Declaration
public override void InfiniteMainLoop(WindowSystem.MainLoopDelegate m)
Parameters
Overrides
OnDestroy()
Declaration
protected override void OnDestroy()
OnStartRunning()
Declaration
protected override void OnStartRunning()
OnUpdate()
Declaration
protected override void OnUpdate()