Delegate XRController3D.ButtonReleasedEventHandler
- Namespace
- Godot
- Assembly
- GodotSharp.dll
Represents the method that handles the ButtonReleased event of a XRController3D class.
public delegate void XRController3D.ButtonReleasedEventHandler(string name)Parameters
- namestring
- Represents the method that handles the event of a class.
Constructors
ButtonReleasedEventHandler(object, IntPtr)
public ButtonReleasedEventHandler(object @object, IntPtr method)Parameters
Methods
BeginInvoke(string, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(string name, AsyncCallback callback, object @object)Parameters
- namestring
- callbackAsyncCallback
- objectobject
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)Parameters
- resultIAsyncResult
Invoke(string)
public virtual void Invoke(string name)Parameters
- namestring