Table of Contents

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

name StringName
Represents the method that handles the event of a class.
toName StringName
Represents the method that handles the event of a class.

Constructors

AnimationRenamedEventHandler(object, IntPtr)

public AnimationRenamedEventHandler(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(StringName, StringName, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(StringName name, StringName toName, AsyncCallback callback, object @object)

Parameters

name StringName
toName StringName
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(StringName, StringName)

public virtual void Invoke(StringName name, StringName toName)

Parameters

name StringName
toName StringName