HolographicCameraPose.TryGetViewTransform(SpatialCoordinateSystem) 메서드

정의

지정된 좌표계에서 변환으로 표현되는 이 카메라 포즈의 스테레오 뷰 변환을 가져옵니다. 지정된 좌표계를 현재 배치할 수 없는 경우 이 메서드는 null을 반환합니다.

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)

매개 변수

coordinateSystem
SpatialCoordinateSystem

렌더링된 기하 도형을 변환해야 하는 좌표계입니다.

반환

변환입니다.

설명

지정된 좌표계를 현재 배치할 수 없는 경우 이 메서드는 null을 반환합니다.

적용 대상