UICollisionBehaviorDelegate_Extensions.EndedBoundaryContact 方法

定义

指示 dynamicItem 已停止接触边界。

public static void EndedBoundaryContact(this UIKit.IUICollisionBehaviorDelegate This, UIKit.UICollisionBehavior behavior, UIKit.IUIDynamicItem dynamicItem, Foundation.NSObject boundaryIdentifier);
static member EndedBoundaryContact : UIKit.IUICollisionBehaviorDelegate * UIKit.UICollisionBehavior * UIKit.IUIDynamicItem * Foundation.NSObject -> unit

参数

This
IUICollisionBehaviorDelegate

此扩展方法操作的实例。

dynamicItem
IUIDynamicItem
boundaryIdentifier
NSObject

与 碰撞的边界的标识符。 如果 null为 ,则与引用边界发生冲突。

此参数可以为 null

适用于