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