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