Delegate AnimationNode.AnimationNodeRemovedEventHandler
- Namespace
- Godot
- Assembly
- GodotSharp.dll
Represents the method that handles the AnimationNodeRemoved event of a AnimationNode class.
public delegate void AnimationNode.AnimationNodeRemovedEventHandler(long objectId, string name)
Parameters
objectId
long- Represents the method that handles the event of a class.
name
string- Represents the method that handles the event of a class.
Constructors
AnimationNodeRemovedEventHandler(object, IntPtr)
public AnimationNodeRemovedEventHandler(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(long, string, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(long objectId, string name, AsyncCallback callback, object @object)
Parameters
objectId
longname
stringcallback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(long, string)
public virtual void Invoke(long objectId, string name)