Interface IVRDeviceInitializer
An interface for allowing an object to create IVRDevice instances.
Namespace: Liminal.SDK.VR
Assembly: Liminal.SDK.dll
Syntax
public interface IVRDeviceInitializer
Methods
| Improve this Doc View SourceCreateDevice()
Creates a new IVRDevice and returns it.
Declaration
IVRDevice CreateDevice()
Returns
Type | Description |
---|---|
IVRDevice | The IVRDevice that was created. |