Table of Contents

Delegate Tween.LoopFinishedEventHandler

Namespace
Godot
Assembly
GodotSharp.dll

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

public delegate void Tween.LoopFinishedEventHandler(long loopCount)

Parameters

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

Constructors

LoopFinishedEventHandler(object, IntPtr)

public LoopFinishedEventHandler(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(long, AsyncCallback, object)

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

Parameters

loopCount 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 loopCount)

Parameters

loopCount long