Class HTMLWindowSystem
  
Inheritance
System.Object
HTMLWindowSystem
 
Syntax
public class HTMLWindowSystem : WindowSystem
 
Constructors
  
HTMLWindowSystem()
Declaration
public HTMLWindowSystem()
 
Fields
  
frameTime
Declaration
protected double frameTime
 
Field Value
| Type | 
Description | 
| System.Double | 
 | 
initialized
Declaration
protected bool initialized
 
Field Value
| Type | 
Description | 
| System.Boolean | 
 | 
iswebgl
Declaration
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()