Show / Hide Table of Contents

Class VRInput

A helper class that provides information about the input capabilities of the current VR device.

Inheritance
System.Object
VRInput
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Liminal.SDK.Input
Assembly: Liminal.SDK.dll
Syntax
public static class VRInput

Properties

| Improve this Doc View Source

SupportsDualControllers

Indicates if the current VR input supports dual controllers.

Declaration
public static bool SupportsDualControllers { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
Back to top Generated by DocFX