Table of Contents

Delegate NavigationAgent3D.WaypointReachedEventHandler

Namespace
Godot
Assembly
GodotSharp.dll

Represents the method that handles the WaypointReached event of a NavigationAgent3D class.

public delegate void NavigationAgent3D.WaypointReachedEventHandler(Dictionary details)

Parameters

details Dictionary
Represents the method that handles the event of a class.

Constructors

WaypointReachedEventHandler(object, IntPtr)

public WaypointReachedEventHandler(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