Immerseum SDK: VR Simulator (version: RC-1.0.0)
       [view as Desktop | Tablet | Mobile]
removeInputAction(Int32) Method
Example 
The index position that should be removed from the inputActionList.
Removes the InputAction at the list index provided from the inputActionList.
Syntax
public static bool removeInputAction( 
   int x
)

Parameters

x
The index position that should be removed from the inputActionList.

Return Value

true if successful, false if not.
Example
Removes the InputAction from index position 2 in the inputActionList.
bool wasRemoved = removeInputAction(2);
See Also

Reference

InputActionManager Class
InputActionManager Members
Overload List

 

 


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

Send Feedback