UIDynamicItemCollisionBoundsType 列挙型

定義

動的アイテムの衝突境界ジオメトリの説明を列挙します。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIDynamicItemCollisionBoundsType
type UIDynamicItemCollisionBoundsType = 
継承
UIDynamicItemCollisionBoundsType
属性

フィールド

Ellipse 1

衝突境界が楕円であることを示します。

Path 2

衝突境界が閉じたパスであることを示します。

Rectangle 0

衝突境界が四角形であることを示します。

適用対象