SpatialStageFrameOfReference.TryGetMovementBounds 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得使用者想要在使用頭戴式裝置時移動之開啟區域的界限頂點。
public:
virtual Platform::Array <float3> ^ TryGetMovementBounds(SpatialCoordinateSystem ^ coordinateSystem) = TryGetMovementBounds;
winrt::array_view <float3> TryGetMovementBounds(SpatialCoordinateSystem const& coordinateSystem);
public Vector3[] TryGetMovementBounds(SpatialCoordinateSystem coordinateSystem);
function tryGetMovementBounds(coordinateSystem)
Public Function TryGetMovementBounds (coordinateSystem As SpatialCoordinateSystem) As Vector3()
參數
- coordinateSystem
- SpatialCoordinateSystem
用來表示界限頂點的座標系統。
傳回
界限頂點。
備註
如果使用者尚未定義移動界限,這個方法會傳回 null。 (亦即 ,如果 MovementRange 為 NoMovement)