Delegate LSCollider.MixedCollisionFunc
Handles a mixed contact or trigger notification for the other 2D collider.
public delegate void LSCollider.MixedCollisionFunc(LSCollider2D other)
Parameters
otherLSCollider2D- Handles a mixed contact or trigger notification for the other 2D collider.
Constructors
MixedCollisionFunc(object, nint)
public MixedCollisionFunc(object @object, nint method)
Parameters
Methods
BeginInvoke(LSCollider2D, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(LSCollider2D other, AsyncCallback callback, object @object)
Parameters
otherLSCollider2DcallbackAsyncCallbackobjectobject
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
resultIAsyncResult
Invoke(LSCollider2D)
public virtual void Invoke(LSCollider2D other)
Parameters
otherLSCollider2D