Table of Contents

Delegate NavigationServer3D.MapChangedEventHandler

Namespace
Godot
Assembly
GodotSharp.dll

Represents the method that handles the MapChanged event of a NavigationServer3D class.

public delegate void NavigationServer3D.MapChangedEventHandler(Rid map)

Parameters

map Rid
Represents the method that handles the event of a class.

Constructors

MapChangedEventHandler(object, IntPtr)

public MapChangedEventHandler(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(Rid, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(Rid map, AsyncCallback callback, object @object)

Parameters

map Rid
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(Rid)

public virtual void Invoke(Rid map)

Parameters

map Rid