Exemplo n.º 1
0
 public string[] GetBindingNames(InputAction inputAction, NameType nameType)
 {
     return(CurrentController?.GetBindingNames(inputAction, nameType) ?? new string[] { });
 }