UICollisionBehaviorDelegate_Extensions.EndedContact Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The instance on which this extension method operates.
- behavior
- UICollisionBehavior
- firstItem
- IUIDynamicItem
- secondItem
- IUIDynamicItem