Class HTMLWindowSystem
Inherited Members
Unity.Tiny.WindowSystem.SetOrientationMask(Unity.Tiny.ScreenOrientation)
Unity.Tiny.WindowSystem.GetOrientationMask()
Unity.Tiny.WindowSystem.GetOrientation()
Unity.Entities.ComponentSystemBase.GetArchetypeChunkComponentType<T>(System.Boolean)
Unity.Entities.ComponentSystemBase.GetArchetypeChunkComponentTypeDynamic(Unity.Entities.ComponentType)
Unity.Entities.ComponentSystemBase.GetArchetypeChunkBufferType<T>(System.Boolean)
Unity.Entities.ComponentSystemBase.GetArchetypeChunkSharedComponentType<T>()
Unity.Entities.ComponentSystemBase.GetArchetypeChunkEntityType()
Namespace: Unity.Tiny.Web
Syntax
public class HTMLWindowSystem : WindowSystem
Constructors
HTMLWindowSystem()
Declaration
public HTMLWindowSystem()
Fields
lastDisplayInfo
Declaration
protected DisplayInfo lastDisplayInfo
Field Value
| Type | Description |
|---|---|
| Unity.Tiny.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
| Type | Name | Description |
|---|---|---|
| Int32 | w | |
| Int32 | h | |
| NativeArray<Byte> | pixels |
GetPlatformWindowHandle()
Declaration
public override IntPtr GetPlatformWindowHandle()
Returns
| Type | Description |
|---|---|
| IntPtr |
Overrides
Unity.Tiny.WindowSystem.GetPlatformWindowHandle()
OnDestroy()
Declaration
protected override void OnDestroy()
Overrides
OnStartRunning()
Declaration
protected override void OnStartRunning()
Overrides
OnUpdate()
Declaration
protected override void OnUpdate()