Show / Hide Table of Contents

Struct GestureErrorEventArgs

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Namespace: UnityEngine.XR.WSA.Input
Assembly: UnityEngine.dll
Syntax
[MovedFrom("UnityEngine.VR.WSA.Input")]
public struct GestureErrorEventArgs

Constructors

| Improve this Doc View Source

GestureErrorEventArgs(String, Int32)

Declaration
public GestureErrorEventArgs(string error, int hresult)
Parameters
Type Name Description
String error
Int32 hresult

Properties

| Improve this Doc View Source

error

Declaration
public string error { get; }
Property Value
Type Description
String
| Improve this Doc View Source

hresult

Declaration
public int hresult { get; }
Property Value
Type Description
Int32

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX