Delegate AnimationPlayer.AnimationChangedEventHandler
- Namespace
- Godot
- Assembly
- GodotSharp.dll
Represents the method that handles the AnimationChanged event of a AnimationPlayer class.
public delegate void AnimationPlayer.AnimationChangedEventHandler(StringName oldName, StringName newName)
Parameters
oldNameStringName- Represents the method that handles the event of a class.
newNameStringName- Represents the method that handles the event of a class.
Constructors
AnimationChangedEventHandler(object, IntPtr)
public AnimationChangedEventHandler(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(StringName, StringName, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(StringName oldName, StringName newName, AsyncCallback callback, object @object)
Parameters
oldNameStringNamenewNameStringNamecallbackAsyncCallbackobjectobject
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
resultIAsyncResult
Invoke(StringName, StringName)
public virtual void Invoke(StringName oldName, StringName newName)
Parameters
oldNameStringNamenewNameStringName