Table of Contents
Extension methods for keycodes
public static class KeyCodeExt
Inheritance System.Object KeyCodeExt
Gets the Key code for a given path string
public static KeyCode GetKeyCode(this string path);
path System.String
Gets the path string for the given key code
public static string GetPath(this KeyCode keyCode);
keyCode UnityEngine.KeyCode