Struct GestureErrorEventArgs
Inherited Members
Namespace: UnityEngine.XR.WSA.Input
Assembly: UnityEngine.dll
Syntax
[MovedFrom("UnityEngine.VR.WSA.Input")]
public struct GestureErrorEventArgs
Constructors
| Improve this Doc View SourceGestureErrorEventArgs(String, Int32)
Declaration
public GestureErrorEventArgs(string error, int hresult)
Parameters
| Type | Name | Description |
|---|---|---|
| String | error | |
| Int32 | hresult |
Properties
| Improve this Doc View Sourceerror
Declaration
public string error { get; }
Property Value
| Type | Description |
|---|---|
| String |
hresult
Declaration
public int hresult { get; }
Property Value
| Type | Description |
|---|---|
| Int32 |