Show / Hide Table of Contents

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 Source

CreateDevice()

Creates a new IVRDevice and returns it.

Declaration
IVRDevice CreateDevice()
Returns
Type Description
IVRDevice

The IVRDevice that was created.

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