Table of Contents

Delegate GraphEdit.ScrollOffsetChangedEventHandler

Namespace
Godot
Assembly
GodotSharp.dll

Represents the method that handles the ScrollOffsetChanged event of a GraphEdit class.

public delegate void GraphEdit.ScrollOffsetChangedEventHandler(Vector2 offset)

Parameters

offset Vector2
Represents the method that handles the event of a class.

Constructors

ScrollOffsetChangedEventHandler(object, IntPtr)

public ScrollOffsetChangedEventHandler(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(Vector2, AsyncCallback, object)

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

Parameters

offset Vector2
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(Vector2)

public virtual void Invoke(Vector2 offset)

Parameters

offset Vector2