Delegate LSCollider2D.Trigger2DCollisionFunc
Handles a pure 2D trigger notification for the other collider.
public delegate void LSCollider2D.Trigger2DCollisionFunc(LSCollider2D other)
Parameters
otherLSCollider2D- Handles a pure 2D trigger notification for the other collider.
Constructors
Trigger2DCollisionFunc(object, nint)
public Trigger2DCollisionFunc(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