Table of Contents

Delegate LSCollider2D.Mixed2DCollisionFunc

Namespace
Gravitas.Colliders
Assembly
Gravitas.dll

Handles a mixed contact or trigger notification for the other 3D collider.

public delegate void LSCollider2D.Mixed2DCollisionFunc(LSCollider other)

Parameters

other LSCollider
Handles a mixed contact or trigger notification for the other 3D collider.

Constructors

Mixed2DCollisionFunc(object, nint)

public Mixed2DCollisionFunc(object @object, nint method)

Parameters

object object
method nint

Methods

BeginInvoke(LSCollider, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(LSCollider other, AsyncCallback callback, object @object)

Parameters

other LSCollider
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(LSCollider)

public virtual void Invoke(LSCollider other)

Parameters

other LSCollider