SpatialSurfaceObserver.IsSupported 方法

定义

获取当前系统上是否支持空间映射。

public:
 static bool IsSupported();
 static bool IsSupported();
public static bool IsSupported();
function isSupported()
Public Shared Function IsSupported () As Boolean

返回

Boolean

bool

是否支持空间映射。

Windows 要求

设备系列
Windows 10 Creators Update (在 10.0.15063.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v4.0 中引入)
应用功能
spatialPerception

注解

这在 HoloLens 上返回 true,在其他位置返回 false。

适用于