<<<<<<< HEAD InputAction.keycodeToString Method
Click or drag to resize
InputActionkeycodeToString Method
Transforms a KeyCode into a string.

Namespace: Planetbase
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public static string keycodeToString(
=======
InputAction.keycodeToString Method 
InputActionkeycodeToString Method

[Missing <summary> documentation for "M:Planetbase.InputAction.keycodeToString(UnityEngine.KeyCode)"]

Namespace: Planetbase
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public static string keycodeToString(
>>>>>>> origin/gh-pages
	KeyCode keycode
)

Parameters

keycode
Type: KeyCode
The code to translate.

Return Value

Type: String
  • For joystick buttons, the returned value is "joystick_button" + the button number.
  • For numbers, the returned value is the number.
  • '
  • For keypad numbers, the returned value is "keypad " + the number.
  • For other keypad buttons, the returned value is "keypad " + the key.
  • For all symbol keys, the returned value is "keycode_" + the symbol's name.
  • For all other keys, the returned value is the key.
See Also
======= )

Parameters

keycode
Type: KeyCode

[Missing <param name="keycode"/> documentation for "M:Planetbase.InputAction.keycodeToString(UnityEngine.KeyCode)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Planetbase.InputAction.keycodeToString(UnityEngine.KeyCode)"]

See Also
>>>>>>> origin/gh-pages