次の方法で共有


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 に設定できます。

適用対象