Immerseum SDK: VR Simulator (version: BETA-0.9)
       [view as Desktop | Tablet | Mobile]
InputActionManager Class
Members 

Singleton used to manage InputActions.

The primary purpose of the InputActionManager is to store a list of the registered InputActions and to evaluate whether a registered InputAction has been received from the user.

Every frame, the InputActionManager checks to see which InputActions were received during the last frame (if any). If an InputAction was received from the user, the InputActionManager then fires the EventManager.OnInputActionStart event.

Object Model
InputActionManager ClassInputActionManager Class
Syntax
public class InputActionManager : UnityEngine.MonoBehaviour 
Inheritance Hierarchy

System.Object
   UnityEngine.Object
      UnityEngine.Component
         UnityEngine.Behaviour
            UnityEngine.MonoBehaviour
               Immerseum.VRSimulator.InputActionManager

See Also

Reference

InputActionManager Members
Immerseum.VRSimulator Namespace
InputAction

 

 


Copyright (c) 2015 Immerseum Inc. All rights reserved.

Send Feedback