Table of Contents

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

object object
method nint

Methods

BeginInvoke(GodotObject, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(GodotObject bindingModifierEditor, AsyncCallback callback, object @object)

Parameters

bindingModifierEditor GodotObject
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(GodotObject)

public virtual void Invoke(GodotObject bindingModifierEditor)

Parameters

bindingModifierEditor GodotObject