KeyCode.Space
Description 描述
Space key.
Keyboard code for the Space key, used in Input.GetKeyDown and Input.GetKeyUp. It can also be used as a string for Event.KeyboardEvent by adding .ToString().
Examples for both usage types can be found on the KeyCode page.