Interface IVRDeviceComponent
An interface for representing a single hardware component of a IVRDevice.
Namespace: Liminal.SDK.VR
Assembly: Liminal.SDK.dll
Syntax
public interface IVRDeviceComponentProperties
| Improve this Doc View SourceName
Gets the name of the device component.
Declaration
string Name { get; }Property Value
| Type | Description | 
|---|---|
| System.String | 
Pointer
Gets the IVRPointer assigned to the component.
Declaration
IVRPointer Pointer { get; }Property Value
| Type | Description | 
|---|---|
| IVRPointer |