Table of Contents

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

object object
method IntPtr

Methods

BeginInvoke(Dictionary, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(Dictionary details, AsyncCallback callback, object @object)

Parameters

details Dictionary
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(Dictionary)

public virtual void Invoke(Dictionary details)

Parameters

details Dictionary