Click or drag to resize

VRPlatformInfoGetHardwareType Method

Gets the currently attached VR hardware

Namespace:  ImmerseSDK
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.5.0.0 (3.5.0.0)
Syntax
C#
public static VRHardwareType GetHardwareType()

Return Value

Type: VRHardwareType
An enum value of type VRHardwareType, or VRHardwareType.None if no hardware detected, or VRHardwareType.Unknown if hardware was not recognised
See Also