Click or drag to resize

IInputModuleFactory Interface

A IConfigProperty that manages the creation of InputModules that are suitable for the current VR Platform and hardware

Namespace:  ImmerseSDK.Config
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
C#
public interface IInputModuleFactory : IConfigProperty

The IInputModuleFactory type exposes the following members.

Properties
  NameDescription
Public propertyVRHardwareUnityPlugin
How do we want to access the VR hardware?
Top
Methods
  NameDescription
Public methodAttachInputModule
Attaches the most appropriate InputModule for the given hardware type onto a parent GameObject in the hierarchy
Top
See Also