Delegate GraphElement.DraggedEventHandler
- Namespace
- Godot
- Assembly
- GodotSharp.dll
Represents the method that handles the Dragged event of a GraphElement class.
public delegate void GraphElement.DraggedEventHandler(Vector2 from, Vector2 to)
Parameters
fromVector2- Represents the method that handles the event of a class.
toVector2- Represents the method that handles the event of a class.
Constructors
DraggedEventHandler(object, IntPtr)
public DraggedEventHandler(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(Vector2, Vector2, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(Vector2 from, Vector2 to, AsyncCallback callback, object @object)
Parameters
fromVector2toVector2callbackAsyncCallbackobjectobject
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
resultIAsyncResult
Invoke(Vector2, Vector2)
public virtual void Invoke(Vector2 from, Vector2 to)