Show / Hide Table of Contents

Class WindowHandle

Implementation of the cross-platform abstraction of the window handle.

Inheritance
System.Object
WindowHandle
Implements
IWindowHandle
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Fusee.Engine.Imp.Graphics.Android
Assembly: Fusee.Engine.Imp.Graphics.Android.dll
Syntax
public class WindowHandle : IWindowHandle

Properties

WinId

The window handle

Declaration
public WindowId WinId { get; }
Property Value
Type Description
Android.Views.WindowId

Implements

IWindowHandle
Generated by DocFX
GitHub Repo
Back to top