HolographicViewConfiguration.SupportedDepthReprojectionMethods Propiedad

Definición

Obtiene la lista de modos de reproyecto de profundidad que se admiten para esta 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)

Valor de propiedad

Una lista de solo lectura de los modos de reproyecto de profundidad.

Requisitos de Windows

Familia de dispositivos
Windows 10, version 2104 (se introdujo en la versión 10.0.20348.0)
API contract
Windows.Foundation.UniversalApiContract (se introdujo en la versión v12.0)

Comentarios

Establezca el modo de reproyecto de una cámara holográfica estableciendo la propiedad DepthReprojectionMethod en holographicCameraRenderingParameters asociada a la cámara para un holographicFrame determinado.

Se aplica a