Event.keyCodevar keyCode : KeyCodeDescriptionThe raw key code for keyboard events. Used in EventType.KeyDown and EventType.KeyUp events; this returns KeyCode value that matches the physical keyboard key. Use this for handling cursor keys, function keys etc. See Also: Event.character.
JavaScript
// Detects keys pressed and prints their keycode using UnityEngine; import UnityEngine |
