Immerseum.VRSimulator Namespace > InputActionManager Class : getInputAction Method |
A string with the name of the InputAction to return.
public static InputAction getInputAction( string name )
A string with the name of the InputAction to return.
If an InputAction with a matching InputAction.name exists within inputActionList, returns that InputAction.
Otherwise, returns null.
InputAction returnedAction = InputActionManager.getInputAction("myInputAction");