Table of Contents

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

from Vector2
Represents the method that handles the event of a class.
to Vector2
Represents the method that handles the event of a class.

Constructors

DraggedEventHandler(object, IntPtr)

public DraggedEventHandler(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(Vector2, Vector2, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(Vector2 from, Vector2 to, AsyncCallback callback, object @object)

Parameters

from Vector2
to Vector2
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(Vector2, Vector2)

public virtual void Invoke(Vector2 from, Vector2 to)

Parameters

from Vector2
to Vector2