Immerseum SDK: VR Simulator (version: RC-1.0.0)
       [view as Desktop | Tablet | Mobile]
removeInputAction(InputAction) Method
Example 
The InputAction to remove.
Removes the InputAction provided from the list of registered InputActions contained in inputActionList.
Syntax
public static bool removeInputAction( 
   InputAction action
)

Parameters

action
The InputAction to remove.

Return Value

true if the InputAction was found and removed successfully, false if it not.
Example
Removes InputAction "myInputAction" from the inputActionList.
InputAction myInputAction;
 
bool wasRemoved = removeInputAction(myInputAction);
See Also

Reference

InputActionManager Class
InputActionManager Members
Overload List

 

 


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

Send Feedback