Delegate AnimationLibrary.AnimationAddedEventHandler
- Namespace
- Godot
- Assembly
- GodotSharp.dll
Represents the method that handles the AnimationAdded event of a AnimationLibrary class.
public delegate void AnimationLibrary.AnimationAddedEventHandler(StringName name)
Parameters
name
StringName- Represents the method that handles the event of a class.
Constructors
AnimationAddedEventHandler(object, IntPtr)
public AnimationAddedEventHandler(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(StringName, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(StringName name, AsyncCallback callback, object @object)
Parameters
name
StringNamecallback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(StringName)
public virtual void Invoke(StringName name)
Parameters
name
StringName