UICollisionBehaviorDelegate_Extensions.EndedContact Method

Definition

Indicates that the two dynamic items have stopped contacting each other.

public static void EndedContact (this UIKit.IUICollisionBehaviorDelegate This, UIKit.UICollisionBehavior behavior, UIKit.IUIDynamicItem firstItem, UIKit.IUIDynamicItem secondItem);
static member EndedContact : UIKit.IUICollisionBehaviorDelegate * UIKit.UICollisionBehavior * UIKit.IUIDynamicItem * UIKit.IUIDynamicItem -> unit

Parameters

This
IUICollisionBehaviorDelegate

The instance on which this extension method operates.

firstItem
IUIDynamicItem
secondItem
IUIDynamicItem

Applies to