ARWorldTrackingConfiguration.DetectionImages プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
環境内で認識する 2D イメージの一覧を取得または設定します。
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 3, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual Foundation.NSSet<ARKit.ARReferenceImage> DetectionImages { [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 3, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("detectionImages", ObjCRuntime.ArgumentSemantic.Copy)] get; [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 3, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("setDetectionImages:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.DetectionImages : Foundation.NSSet<ARKit.ARReferenceImage> with get, set
プロパティ値
環境内で認識する 2D 画像の一覧。
- 属性