Show / Hide Table of Contents

Interface IVRHeadset

An interface representing the HMD component of a VR device.

Inherited Members
IVRDeviceComponent.Name
IVRDeviceComponent.Pointer
Namespace: Liminal.SDK.VR
Assembly: Liminal.SDK.dll
Syntax
public interface IVRHeadset : IVRDeviceComponent

Methods

| Improve this Doc View Source

HasCapabilities(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.

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