Delegate AnimationNode.AnimationNodeRenamedEventHandler
- Namespace
- Godot
- Assembly
- GodotSharp.dll
Represents the method that handles the AnimationNodeRenamed event of a AnimationNode class.
public delegate void AnimationNode.AnimationNodeRenamedEventHandler(long objectId, string oldName, string newName)
Parameters
objectIdlong- Represents the method that handles the event of a class.
oldNamestring- Represents the method that handles the event of a class.
newNamestring- Represents the method that handles the event of a class.
Constructors
AnimationNodeRenamedEventHandler(object, IntPtr)
public AnimationNodeRenamedEventHandler(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(long, string, string, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(long objectId, string oldName, string newName, AsyncCallback callback, object @object)
Parameters
objectIdlongoldNamestringnewNamestringcallbackAsyncCallbackobjectobject
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
resultIAsyncResult
Invoke(long, string, string)
public virtual void Invoke(long objectId, string oldName, string newName)