Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


KeyUp

A keyboard key was released.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Field
  • Namespace: UnityEngine
  • Assembly: UnityEngine.UICommonModule
KeyUp = 5

Remarks

Use _keyCode to find which physical key was released. Note that depending on the system and keyboard layout, _character might not contain any character for a key release event.