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
idxlong- 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
idxlongcallbackAsyncCallbackobjectobject
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
resultIAsyncResult
Invoke(long)
public virtual void Invoke(long idx)
Parameters
idxlong