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