UICollisionBehaviorDelegate.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.
[Foundation.Export("collisionBehavior:endedContactForItem:withItem:")]
public virtual void EndedContact (UIKit.UICollisionBehavior behavior, UIKit.IUIDynamicItem firstItem, UIKit.IUIDynamicItem secondItem);
abstract member EndedContact : UIKit.UICollisionBehavior * UIKit.IUIDynamicItem * UIKit.IUIDynamicItem -> unit
override this.EndedContact : UIKit.UICollisionBehavior * UIKit.IUIDynamicItem * UIKit.IUIDynamicItem -> unit
Parameters
- behavior
- UICollisionBehavior
- firstItem
- IUIDynamicItem
- secondItem
- IUIDynamicItem
- Attributes