Interface IVRHeadset
An interface representing the HMD component of a VR device.
Namespace: Liminal.SDK.VR
Assembly: Liminal.SDK.dll
Syntax
public interface IVRHeadset : IVRDeviceComponent
Methods
| 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 |
---|---|---|
VRHeadset |
capabilities | A mask of VRHeadset |
Returns
Type | Description |
---|---|
System. |
A boolean indicating if the device has all of the capabilities specified by the mask. |