Table of Contents

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

object object
method IntPtr

Methods

BeginInvoke(long, string, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(long objectId, string name, AsyncCallback callback, object @object)

Parameters

objectId long
name string
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(long, string)

public virtual void Invoke(long objectId, string name)

Parameters

objectId long
name string