UICollisionEndedContactEventArgs 클래스

정의

EndedContact 이벤트에 대한 데이터를 제공합니다.

public class UICollisionEndedContactEventArgs : EventArgs
type UICollisionEndedContactEventArgs = class
    inherit EventArgs
상속
UICollisionEndedContactEventArgs

생성자

UICollisionEndedContactEventArgs(IUIDynamicItem, IUIDynamicItem)

UICollisionEndedContactEventArgs 클래스의 새 instance 초기화합니다.

속성

FirstItem

충돌에 관련된 UIDynamicItems 중 하나입니다.

SecondItem

충돌에 관련된 UIDynamicItems 중 하나입니다.

적용 대상