Share via


SpatialSurfaceObserver.SetBoundingVolume(SpatialBoundingVolume) メソッド

定義

このオブザーバーが新規、更新、または削除されたサーフェスに対して追跡する単一境界ボリュームを設定します。

public:
 virtual void SetBoundingVolume(SpatialBoundingVolume ^ bounds) = SetBoundingVolume;
void SetBoundingVolume(SpatialBoundingVolume const& bounds);
public void SetBoundingVolume(SpatialBoundingVolume bounds);
function setBoundingVolume(bounds)
Public Sub SetBoundingVolume (bounds As SpatialBoundingVolume)

パラメーター

bounds
SpatialBoundingVolume

サーフェスの更新を追跡する、このオブザーバーの新しい境界ボリューム。

Windows の要件

アプリの機能
spatialPerception

注釈

この境界ボリューム内のサーフェス メタデータのセットが変更されると、 ObservedSurfacesChanged イベントが発生します。

適用対象