UIKit.UICollisionBehaviorDelegate_Extensions Members

The members of UIKit.UICollisionBehaviorDelegate_Extensions are listed below.

See Also: Inherited members from System.Object

Public Methods

static
BeganBoundaryContact(this IUICollisionBehaviorDelegate, UICollisionBehavior, IUIDynamicItem, Foundation.NSObject, CoreGraphics.CGPoint)
Indicates that boundary contact has begun between the dynamicItem and the boundaryIdentifier.
static
BeganContact(this IUICollisionBehaviorDelegate, UICollisionBehavior, IUIDynamicItem, IUIDynamicItem, CoreGraphics.CGPoint)
Indicates that contact between dynamic items has begun.
static
EndedBoundaryContact(this IUICollisionBehaviorDelegate, UICollisionBehavior, IUIDynamicItem, Foundation.NSObject)
Indicates that the dynamicItem has stopped contacting the boundary.
static
EndedContact(this IUICollisionBehaviorDelegate, UICollisionBehavior, IUIDynamicItem, IUIDynamicItem)
Indicates that the two dynamic items have stopped contacting each other.