Skip to Main Content

BTD_Mod_Helper​.Extensions​.KeyCodeExt


BloonsTD6 Mod Helper

BTD_Mod_Helper.Extensions

KeyCodeExt Class

Extension methods for keycodes

public static class KeyCodeExt

Inheritance System.Object  KeyCodeExt

Methods

KeyCodeExt.GetKeyCode(this string) Method

Gets the Key code for a given path string

public static KeyCode GetKeyCode(this string path);

Parameters

path System.String

Returns

UnityEngine.KeyCode

KeyCodeExt.GetPath(this KeyCode) Method

Gets the path string for the given key code

public static string GetPath(this KeyCode keyCode);

Parameters

keyCode UnityEngine.KeyCode

Returns

System.String