示例#1
0
        public bool GetKeyDown(string action)
        {
            KeyCode key = (KeyCode)config.GetParam(config, action);

            return(Input.GetKeyDown(key));
        }