Delegate NavigationServer2D.MapChangedEventHandler
- Namespace
- Godot
- Assembly
- GodotSharp.dll
Represents the method that handles the MapChanged event of a NavigationServer2D class.
public delegate void NavigationServer2D.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
Methods
BeginInvoke(Rid, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(Rid map, AsyncCallback callback, object @object)
Parameters
map
Ridcallback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(Rid)
public virtual void Invoke(Rid map)
Parameters
map
Rid