AddModifier
Last updated
Was this helpful?
Last updated
Was this helpful?
void AddModifier(KeyCode modifierKey) void AddModifier(string modifier)
modifierKey: The KeyCode
of the key to be used as a modifier.
modifier: The of the key to be used as a modifier. Allows you to use .
Designates modifier
or modifierKey
to be used as a modifier. Note that a modifier key cannot be used as a standalone input key. See for more details.