HolographicViewConfiguration.NativeRenderTargetSize 속성

정의

이 HolographicViewConfiguration에 대한 네이티브 렌더링 대상 크기를 가져옵니다.

public:
 property Size NativeRenderTargetSize { Size get(); };
Size NativeRenderTargetSize();
public Size NativeRenderTargetSize { get; }
var size = holographicViewConfiguration.nativeRenderTargetSize;
Public ReadOnly Property NativeRenderTargetSize As Size

속성 값

HolographicViewConfiguration의 네이티브 렌더링 대상 크기를 나타내는 크기 입니다.

설명

Display와 같은 HolographicViewConfiguration 개체의 경우 디스플레이 모드의 너비와 높이를 나타냅니다.

PhotoVideoCamera와 같은 HolographicViewConfiguration 개체의 경우 이미지의 렌더링된 부분에 대한 네이티브 캡처 해상도를 나타냅니다.

적용 대상