Table of Contents

Delegate LSCollider.TriggerCollisionFunc

Namespace
Gravitas.Colliders
Assembly
Gravitas.dll

Handles a 3D trigger notification for the other collider.

public delegate void LSCollider.TriggerCollisionFunc(LSCollider other)

Parameters

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

Constructors

TriggerCollisionFunc(object, nint)

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