UICollisionEndedContactEventArgs クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
EndedContact イベントのデータを提供します。
public class UICollisionEndedContactEventArgs : EventArgs
type UICollisionEndedContactEventArgs = class
inherit EventArgs
- 継承
-
UICollisionEndedContactEventArgs
コンストラクター
UICollisionEndedContactEventArgs(IUIDynamicItem, IUIDynamicItem) |
UICollisionEndedContactEventArgs クラスの新しいインスタンスを初期化します。 |
プロパティ
FirstItem |
競合に関係する UIDynamicItems の 1 つ。 |
SecondItem |
競合に関係する UIDynamicItems の 1 つ。 |