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 になります。これは、クワッド レイヤーをサポートしていません。

適用対象