Delegate Area2D.AreaShapeExitedEventHandler
- Namespace
- Godot
- Assembly
- GodotSharp.dll
Represents the method that handles the AreaShapeExited event of a Area2D class.
public delegate void Area2D.AreaShapeExitedEventHandler(Rid areaRid, Area2D area, long areaShapeIndex, long localShapeIndex)
Parameters
areaRid
Rid- Represents the method that handles the event of a class.
area
Area2D- 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
AreaShapeExitedEventHandler(object, IntPtr)
public AreaShapeExitedEventHandler(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(Rid, Area2D, long, long, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(Rid areaRid, Area2D area, long areaShapeIndex, long localShapeIndex, AsyncCallback callback, object @object)
Parameters
areaRid
Ridarea
Area2DareaShapeIndex
longlocalShapeIndex
longcallback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(Rid, Area2D, long, long)
public virtual void Invoke(Rid areaRid, Area2D area, long areaShapeIndex, long localShapeIndex)