Delegate Area2D.AreaShapeEnteredEventHandler
- Namespace
- Godot
- Assembly
- GodotSharp.dll
Represents the method that handles the AreaShapeEntered event of a Area2D class.
public delegate void Area2D.AreaShapeEnteredEventHandler(Rid areaRid, Area2D area, long areaShapeIndex, long localShapeIndex)
Parameters
areaRidRid- Represents the method that handles the event of a class.
areaArea2D- Represents the method that handles the event of a class.
areaShapeIndexlong- Represents the method that handles the event of a class.
localShapeIndexlong- Represents the method that handles the event of a class.
Constructors
AreaShapeEnteredEventHandler(object, IntPtr)
public AreaShapeEnteredEventHandler(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
areaRidRidareaArea2DareaShapeIndexlonglocalShapeIndexlongcallbackAsyncCallbackobjectobject
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
resultIAsyncResult
Invoke(Rid, Area2D, long, long)
public virtual void Invoke(Rid areaRid, Area2D area, long areaShapeIndex, long localShapeIndex)