Immerseum SDK: VR Simulator (version: RC-1.0.0)
       [view as Desktop | Tablet | Mobile]
removeInputAction(String) Method
Example 
The string name property of the InputAction to remove.
Removes the InputAction with the name provided from the inputActionlist.
Syntax
public static bool removeInputAction( 
   string name
)

Parameters

name
The string name property of the InputAction to remove.

Return Value

true if successful, false if not.
Example
Removes the InputAction with name "myInputAction" from the inputActionList
bool wasRemoved = InputActionManager.removeInputAction("myInputAction");
See Also

Reference

InputActionManager Class
InputActionManager Members
Overload List

 

 


Copyright (c) 2016-2017 Immerseum Inc. All rights reserved.

Send Feedback