UICollisionEndedContactEventArgs Class

Definition

Provides data for the EndedContact event.

public class UICollisionEndedContactEventArgs : EventArgs
type UICollisionEndedContactEventArgs = class
    inherit EventArgs
Inheritance
UICollisionEndedContactEventArgs

Constructors

UICollisionEndedContactEventArgs(IUIDynamicItem, IUIDynamicItem)

Initializes a new instance of the UICollisionEndedContactEventArgs class.

Properties

FirstItem

One of the UIDynamicItems involved in the collision.

SecondItem

One of the UIDynamicItems involved in the collision.

Applies to