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
areaRidRid- Represents the method that handles the event of a class.
areaArea3D- 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, Area3D, long, long, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(Rid areaRid, Area3D area, long areaShapeIndex, long localShapeIndex, AsyncCallback callback, object @object)
Parameters
areaRidRidareaArea3DareaShapeIndexlonglocalShapeIndexlongcallbackAsyncCallbackobjectobject
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
resultIAsyncResult
Invoke(Rid, Area3D, long, long)
public virtual void Invoke(Rid areaRid, Area3D area, long areaShapeIndex, long localShapeIndex)