Table of Contents

Delegate LSCollider2D.Trigger2DCollisionFunc

Namespace
Gravitas.Colliders
Assembly
Gravitas.dll

Handles a pure 2D trigger notification for the other collider.

public delegate void LSCollider2D.Trigger2DCollisionFunc(LSCollider2D other)

Parameters

other LSCollider2D
Handles a pure 2D trigger notification for the other collider.

Constructors

Trigger2DCollisionFunc(object, nint)

public Trigger2DCollisionFunc(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