Funzione statica
Veloce
Input.Unbind
Unbinds all Input functions related to the given binding_name and input_event
Non ancora tradotto
Sintassi
Input.Unbind(binding_name, input_event, callback = nil)
Parametri
| Nome | Tipo | Predefinito | Descrizione |
|---|---|---|---|
binding_name
|
string | — | The keybinding id |
input_event
|
InputEvent | — | Which event to register (Released/Pressed) |
callback
facoltativo
|
function | nil |
The specific function to unbind |