Table of Contents

Delegate Tween.StepFinishedEventHandler

Namespace
Godot
Assembly
GodotSharp.dll

Represents the method that handles the StepFinished event of a Tween class.

public delegate void Tween.StepFinishedEventHandler(long idx)

Parameters

idx long
Represents the method that handles the event of a class.

Constructors

StepFinishedEventHandler(object, IntPtr)

public StepFinishedEventHandler(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(long, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(long idx, AsyncCallback callback, object @object)

Parameters

idx long
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(long)

public virtual void Invoke(long idx)

Parameters

idx long