HolographicCamera.MaxQuadLayerCount 属性

定义

获取当前系统支持的最大四层数。

public:
 property unsigned int MaxQuadLayerCount { unsigned int get(); };
uint32_t MaxQuadLayerCount();
public uint MaxQuadLayerCount { get; }
var uInt32 = holographicCamera.maxQuadLayerCount;
Public ReadOnly Property MaxQuadLayerCount As UInteger

属性值

UInt32

unsigned int

uint32_t

最大象限层计数。

Windows 要求

设备系列
Windows 10 Fall Creators Update (在 10.0.16299.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v5.0 中引入)

注解

HoloLens 上的 MaxQuadLayerCount 将为 0,它不支持四维层。

适用于