Show / Hide Table of Contents

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.

  • Improve this Doc
  • View Source
Back to top Generated by DocFX