Class HTMLWindowSystem
  
Inheritance
HTMLWindowSystem
 
Syntax
public class HTMLWindowSystem : WindowSystem
 
Constructors
  
HTMLWindowSystem()
Declaration
public HTMLWindowSystem()
 
Fields
  
frameTime
Declaration
protected double frameTime
 
Field Value
initialized
Declaration
protected bool initialized
 
Field Value
lastDisplayInfo
Declaration
protected DisplayInfo lastDisplayInfo
 
Field Value
| Type | 
Description | 
| DisplayInfo | 
 | 
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
Declaration
public override IntPtr GetPlatformWindowHandle()
 
Returns
OnDestroy()
Declaration
protected override void OnDestroy()
 
OnStartRunning()
Declaration
protected override void OnStartRunning()
 
OnUpdate()
Declaration
protected override void OnUpdate()