Table of Contents

Delegate LSCollider.MixedCollisionFunc

Namespace
Gravitas.Colliders
Assembly
Gravitas.dll

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

public delegate void LSCollider.MixedCollisionFunc(LSCollider2D other)

Parameters

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

Constructors

MixedCollisionFunc(object, nint)

public MixedCollisionFunc(object @object, nint method)

Parameters

object object
method nint

Methods

BeginInvoke(LSCollider2D, AsyncCallback, object)

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

Parameters

other LSCollider2D
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(LSCollider2D)

public virtual void Invoke(LSCollider2D other)

Parameters

other LSCollider2D