Delegate VRDeviceEventHandler
An event handler delegate that takes a single IVRDevice argument.
Namespace: Liminal.SDK.VR
Assembly: Liminal.SDK.dll
Syntax
public delegate void VRDeviceEventHandler(IVRDevice vrDevice);
Parameters
| Type | Name | Description |
|---|---|---|
| IVRDevice | vrDevice | The IVRDevice that event relates to. |