Table of Contents

Delegate Area2D.AreaExitedEventHandler

Namespace
Godot
Assembly
GodotSharp.dll

Represents the method that handles the AreaExited event of a Area2D class.

public delegate void Area2D.AreaExitedEventHandler(Area2D area)

Parameters

area Area2D
Represents the method that handles the event of a class.

Constructors

AreaExitedEventHandler(object, IntPtr)

public AreaExitedEventHandler(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(Area2D, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(Area2D area, AsyncCallback callback, object @object)

Parameters

area Area2D
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(Area2D)

public virtual void Invoke(Area2D area)

Parameters

area Area2D