HolographicCamera.ViewConfiguration Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft die HolographicViewConfiguration ab, für die diese HolographicCamera renderingt.
public:
property HolographicViewConfiguration ^ ViewConfiguration { HolographicViewConfiguration ^ get(); };
HolographicViewConfiguration ViewConfiguration();
public HolographicViewConfiguration ViewConfiguration { get; }
var holographicViewConfiguration = holographicCamera.viewConfiguration;
Public ReadOnly Property ViewConfiguration As HolographicViewConfiguration
Eigenschaftswert
Die HolographicViewConfiguration , die zum Konfigurieren von Renderingparametern für diese HolographicCamera verwendet werden kann.
Windows-Anforderungen
Gerätefamilie |
Windows 10, version 1903 (eingeführt in 10.0.18362.0)
|
API contract |
Windows.Foundation.UniversalApiContract (eingeführt in v8.0)
|