Table of Contents

Delegate XRPositionalTracker.ButtonReleasedEventHandler

Namespace
Godot
Assembly
GodotSharp.dll

Represents the method that handles the ButtonReleased event of a XRPositionalTracker class.

public delegate void XRPositionalTracker.ButtonReleasedEventHandler(string name)

Parameters

name string
Represents the method that handles the event of a class.

Constructors

ButtonReleasedEventHandler(object, IntPtr)

public ButtonReleasedEventHandler(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(string, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(string name, AsyncCallback callback, object @object)

Parameters

name string
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(string)

public virtual void Invoke(string name)

Parameters

name string