Show / Hide Table of Contents

Interface IVRDeviceComponent

An interface for representing a single hardware component of a IVRDevice.

Namespace: Liminal.SDK.VR
Assembly: Liminal.SDK.dll
Syntax
public interface IVRDeviceComponent

Properties

| Improve this Doc View Source

Name

Gets the name of the device component.

Declaration
string Name { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Pointer

Gets the IVRPointer assigned to the component.

Declaration
IVRPointer Pointer { get; }
Property Value
Type Description
IVRPointer
  • Improve this Doc
  • View Source
Back to top Generated by DocFX