Table of Contents

Delegate Area3D.AreaExitedEventHandler

Namespace
Godot
Assembly
GodotSharp.dll

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

public delegate void Area3D.AreaExitedEventHandler(Area3D area)

Parameters

area Area3D
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(Area3D, AsyncCallback, object)

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

Parameters

area Area3D
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(Area3D)

public virtual void Invoke(Area3D area)

Parameters

area Area3D