HolographicViewConfiguration.SupportedDepthReprojectionMethods 속성

정의

HolographicViewConfiguration에 지원되는 깊이 다시 프로젝션 모드 목록을 가져옵니다.

public:
 property IVectorView<HolographicDepthReprojectionMethod> ^ SupportedDepthReprojectionMethods { IVectorView<HolographicDepthReprojectionMethod> ^ get(); };
IVectorView<HolographicDepthReprojectionMethod> SupportedDepthReprojectionMethods();
public IReadOnlyList<HolographicDepthReprojectionMethod> SupportedDepthReprojectionMethods { get; }
var iVectorView = holographicViewConfiguration.supportedDepthReprojectionMethods;
Public ReadOnly Property SupportedDepthReprojectionMethods As IReadOnlyList(Of HolographicDepthReprojectionMethod)

속성 값

깊이 다시 프로젝션 모드의 읽기 전용 목록입니다.

Windows 요구 사항

디바이스 패밀리
Windows 10, version 2104 (10.0.20348.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v12.0에서 도입되었습니다.)

설명

지정된 HolographicFrame에 대해 카메라와 연결된 HolographicCameraRenderingParameters에서 DepthReprojectionMethod 속성을 설정하여 홀로그램 카메라의 다시 프로젝션 모드를 설정합니다.

적용 대상