次の方法で共有


ARWorldTrackingConfiguration.DetectionObjects プロパティ

定義

環境内で認識する 3D オブジェクトの一覧を取得または設定します。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual Foundation.NSSet<ARKit.ARReferenceObject> DetectionObjects { [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("detectionObjects", ObjCRuntime.ArgumentSemantic.Copy)] get; [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("setDetectionObjects:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.DetectionObjects : Foundation.NSSet<ARKit.ARReferenceObject> with get, set

プロパティ値

環境内で認識する 3D オブジェクトの一覧。

属性

適用対象