次の方法で共有


AREnvironmentTexturing 列挙型

定義

ARKit.ARWorldTrackingProbeAnchor オブジェクトで使用される環境テクスチャリング戦略を列挙します。

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

フィールド

Automatic 2

システムは、 T:ARKit.ARWorldTrackingProbeAnchor オブジェクトを自動的に 作成して配置します。 .

Manual 1

開発者は T:ARKit.ARWorldTrackingProbeAnchor オブジェクトを作成して 配置します。

None 0

環境テクスチャ マップの生成は使用されていません。

適用対象