Share via


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 を返します。

適用対象