Delegate Area3D.AreaShapeExitedEventHandler
- Namespace
- Godot
- Assembly
- GodotSharp.dll
Represents the method that handles the AreaShapeExited event of a Area3D class.
public delegate void Area3D.AreaShapeExitedEventHandler(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
AreaShapeExitedEventHandler(object, IntPtr)
public AreaShapeExitedEventHandler(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
areaRid
Ridarea
Area3DareaShapeIndex
longlocalShapeIndex
longcallback
AsyncCallbackobject
object
Returns
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)