SpatialSurfaceObserver.SetBoundingVolume(SpatialBoundingVolume) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
このオブザーバーが新規、更新、または削除されたサーフェスに対して追跡する単一境界ボリュームを設定します。
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 イベントが発生します。