Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


UpArrow

Up arrow key.
Read time 1 minuteLast updated 5 days ago

Definition

  • Type: Field
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
UpArrow = 273

Remarks

Use this as a parameter to a function like Input.GetKey to detect when the user presses the up arrow key. Additional Resources: Input.GetKey, Input.GetKeyDown, Input.GetKeyUp.