UICollisionEndedContactEventArgs クラス

定義

EndedContact イベントのデータを提供します。

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

コンストラクター

UICollisionEndedContactEventArgs(IUIDynamicItem, IUIDynamicItem)

UICollisionEndedContactEventArgs クラスの新しいインスタンスを初期化します。

プロパティ

FirstItem

競合に関係する UIDynamicItems の 1 つ。

SecondItem

競合に関係する UIDynamicItems の 1 つ。

適用対象