Click or drag to resize

ActionElementMapkeyCode Property

The keyboard key code. Only used for keyboard bindings. Returns UnityEngine.KeyCode value.

Namespace:  Rewired
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public KeyCode keyCode { get; set; }

Property Value

Type: KeyCode
See Also