Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 996 Bytes

holographiccamerapose_trygetviewtransform_1213971379.md

File metadata and controls

28 lines (20 loc) · 996 Bytes
-api-id -api-type -api-device-family-note
M:Windows.Graphics.Holographic.HolographicCameraPose.TryGetViewTransform(Windows.Perception.Spatial.SpatialCoordinateSystem)
winrt method
xbox

Windows.Graphics.Holographic.HolographicCameraPose.TryGetViewTransform

-description

Gets the stereo view transform for this camera pose, expressed as a transform from the specified coordinate system. This method will return null if the specified coordinate system cannot be located at the moment.

-parameters

-param coordinateSystem

The coordinate system from which the rendered geometry should be transformed.

-returns

The transforms.

-remarks

This method will return null if the specified coordinate system cannot be located at the moment.

-examples

-see-also