Delegate AnimationLibrary.AnimationRemovedEventHandler
- Namespace
- Godot
- Assembly
- GodotSharp.dll
Represents the method that handles the AnimationRemoved event of a AnimationLibrary class.
public delegate void AnimationLibrary.AnimationRemovedEventHandler(StringName name)
Parameters
name
StringName- Represents the method that handles the event of a class.
Constructors
AnimationRemovedEventHandler(object, IntPtr)
public AnimationRemovedEventHandler(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