public static float GetAxisRaw(EButtonCode buttonCode) { ButtonData data = This.GetButtonData(buttonCode); if (data == null) { Debug.Log("ButtonData == null"); return(0.0f); } return(data.GetAxisRaw()); }