UICollisionEndedContactEventArgs 类

定义

EndedContact 事件提供数据。

public class UICollisionEndedContactEventArgs : EventArgs
type UICollisionEndedContactEventArgs = class
    inherit EventArgs
继承
UICollisionEndedContactEventArgs

构造函数

UICollisionEndedContactEventArgs(IUIDynamicItem, IUIDynamicItem)

初始化 UICollisionEndedContactEventArgs 类的新实例。

属性

FirstItem

冲突中涉及的 UIDynamicItems 之一。

SecondItem

冲突中涉及的 UIDynamicItems 之一。

适用于