Delegate OpenXRBindingModifierEditor.BindingModifierRemovedEventHandler
- Namespace
- Godot
- Assembly
- GodotSharp.dll
Represents the method that handles the BindingModifierRemoved event of a OpenXRBindingModifierEditor class.
public delegate void OpenXRBindingModifierEditor.BindingModifierRemovedEventHandler(GodotObject bindingModifierEditor)
Parameters
bindingModifierEditor
GodotObject- Represents the method that handles the event of a class.
Constructors
BindingModifierRemovedEventHandler(object, nint)
public BindingModifierRemovedEventHandler(object @object, nint method)
Parameters
Methods
BeginInvoke(GodotObject, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(GodotObject bindingModifierEditor, AsyncCallback callback, object @object)
Parameters
bindingModifierEditor
GodotObjectcallback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(GodotObject)
public virtual void Invoke(GodotObject bindingModifierEditor)
Parameters
bindingModifierEditor
GodotObject