Interface IVRHeadset
An interface representing the HMD component of a VR device.
Namespace: Liminal.SDK.VR
Assembly: Liminal.SDK.dll
Syntax
public interface IVRHeadset : IVRDeviceComponentMethods
| Improve this Doc View SourceHasCapabilities(VRHeadsetCapability)
Indicates if the headset has any of the capabilities specified by the supplied capabilities mask. Returns true if the device has all the capabilities specified by the mask.
Declaration
bool HasCapabilities(VRHeadsetCapability capabilities)Parameters
| Type | Name | Description | 
|---|---|---|
| VRHeadsetCapability | capabilities | A mask of VRHeadsetCapability flags to test for. | 
Returns
| Type | Description | 
|---|---|
| System.Boolean | A boolean indicating if the device has all of the capabilities specified by the mask. |