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
Methods
BeginInvoke(long, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(long idx, AsyncCallback callback, object @object)
Parameters
idx
longcallback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(long)
public virtual void Invoke(long idx)
Parameters
idx
long