RemoveModifier
Last updated
Was this helpful?
Last updated
Was this helpful?
void RemoveModifier(KeyCode modifierKey) void RemoveModifier(string modifier)
modifierKey: The KeyCode of the key to stop using as a modifier. modifier: The string name of the key to stop using as a modifier.
Removes modifier
or modifierKey
from being used as a modifier.
Note that a modifier key cannot be used as a standalone input key. See for more details. This function allows the key to be used again for normal inputs.