Table of Contents

Delegate Area3D.AreaShapeEnteredEventHandler

Namespace
Godot
Assembly
GodotSharp.dll

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

public delegate void Area3D.AreaShapeEnteredEventHandler(Rid areaRid, Area3D area, long areaShapeIndex, long localShapeIndex)

Parameters

areaRid Rid
Represents the method that handles the event of a class.
area Area3D
Represents the method that handles the event of a class.
areaShapeIndex long
Represents the method that handles the event of a class.
localShapeIndex long
Represents the method that handles the event of a class.

Constructors

AreaShapeEnteredEventHandler(object, IntPtr)

public AreaShapeEnteredEventHandler(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(Rid, Area3D, long, long, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(Rid areaRid, Area3D area, long areaShapeIndex, long localShapeIndex, AsyncCallback callback, object @object)

Parameters

areaRid Rid
area Area3D
areaShapeIndex long
localShapeIndex long
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(Rid, Area3D, long, long)

public virtual void Invoke(Rid areaRid, Area3D area, long areaShapeIndex, long localShapeIndex)

Parameters

areaRid Rid
area Area3D
areaShapeIndex long
localShapeIndex long