HolographicViewConfiguration 类

定义

表示 HolographicDisplay 的视图配置。 此对象为应用提供 对 HolographicCamera 的呈现配置的精细控制。

public ref class HolographicViewConfiguration sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 524288)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class HolographicViewConfiguration final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 524288)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class HolographicViewConfiguration
Public NotInheritable Class HolographicViewConfiguration
继承
Object Platform::Object IInspectable HolographicViewConfiguration
属性

Windows 要求

设备系列
Windows 10, version 1903 (在 10.0.18362.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v8.0 中引入)

注解

此类有助于为 HolographicCamera 配置呈现目标大小和像素格式。 此类还有助于从备用视点(例如用于混合现实捕获的内置照片/视频相机)进行全息渲染。 有关详细信息,请参阅 TryGetViewConfiguration

属性

Display

获取此 HolographicViewConfiguration 所在的 HolographicDisplay

IsEnabled

获取或设置是否启用此 HolographicViewConfiguration。

IsStereo

获取此 HolographicViewConfiguration 是否是立体的。

Kind

获取此 HolographicViewConfiguration 的呈现类型。

NativeRenderTargetSize

获取此 HolographicViewConfiguration 的本机呈现目标大小。

PixelFormat

获取或设置此 HolographicViewConfiguration 的像素格式。

RefreshRate

获取此 HolographicViewConfiguration 的刷新率。

RenderTargetSize

获取此 HolographicViewConfiguration 的呈现目标大小。

SupportedDepthReprojectionMethods

获取此 HolographicViewConfiguration 支持的深度重新投影模式的列表。

SupportedPixelFormats

获取此 HolographicViewConfiguration 支持的像素格式的列表。

方法

RequestRenderTargetSize(Size)

请求此 HolographicViewConfiguration 的新最小呈现目标大小。

适用于

另请参阅