When user releases a pressed key on the keyboard or mouse button, this function will return true only at the frame when the key is just released up and return false otherwise.
For more information, see https://docs.unity3d.com/ScriptReference/Input.GetKeyUp.html
The key to detact input for.
A boolean value equivalent to Input.GetKeyUp(keyCode) in Unity.
Generated using TypeDoc
When user releases a pressed key on the keyboard or mouse button, this function will return true only at the frame when the key is just released up and return false otherwise.
For more information, see https://docs.unity3d.com/ScriptReference/Input.GetKeyUp.html