Delegate AnimationLibrary.AnimationRenamedEventHandler
- Namespace
- Godot
- Assembly
- GodotSharp.dll
Represents the method that handles the AnimationRenamed event of a AnimationLibrary class.
public delegate void AnimationLibrary.AnimationRenamedEventHandler(StringName name, StringName toName)
Parameters
nameStringName- Represents the method that handles the event of a class.
toNameStringName- Represents the method that handles the event of a class.
Constructors
AnimationRenamedEventHandler(object, IntPtr)
public AnimationRenamedEventHandler(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(StringName, StringName, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(StringName name, StringName toName, AsyncCallback callback, object @object)
Parameters
nameStringNametoNameStringNamecallbackAsyncCallbackobjectobject
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
resultIAsyncResult
Invoke(StringName, StringName)
public virtual void Invoke(StringName name, StringName toName)
Parameters
nameStringNametoNameStringName