Delegate NavigationAgent3D.LinkReachedEventHandler
- Namespace
- Godot
- Assembly
- GodotSharp.dll
Represents the method that handles the LinkReached event of a NavigationAgent3D class.
public delegate void NavigationAgent3D.LinkReachedEventHandler(Dictionary details)
Parameters
details
Dictionary- Represents the method that handles the event of a class.
Constructors
LinkReachedEventHandler(object, IntPtr)
public LinkReachedEventHandler(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(Dictionary, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(Dictionary details, AsyncCallback callback, object @object)
Parameters
details
Dictionarycallback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(Dictionary)
public virtual void Invoke(Dictionary details)
Parameters
details
Dictionary