HolographicCameraPose.TryGetViewTransform(SpatialCoordinateSystem) Method

Definition

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.

public:
 virtual IReference<HolographicStereoTransform> ^ TryGetViewTransform(SpatialCoordinateSystem ^ coordinateSystem) = TryGetViewTransform;
IReference<HolographicStereoTransform> TryGetViewTransform(SpatialCoordinateSystem const& coordinateSystem);
public System.Nullable<HolographicStereoTransform> TryGetViewTransform(SpatialCoordinateSystem coordinateSystem);
function tryGetViewTransform(coordinateSystem)
Public Function TryGetViewTransform (coordinateSystem As SpatialCoordinateSystem) As Nullable(Of HolographicStereoTransform)

Parameters

coordinateSystem
SpatialCoordinateSystem

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.

Applies to