SpatialSurfaceObserver.SetBoundingVolumes 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
設定此觀察者會追蹤新、更新或移除表面的周框磁片區清單。
public:
virtual void SetBoundingVolumes(IIterable<SpatialBoundingVolume ^> ^ bounds) = SetBoundingVolumes;
void SetBoundingVolumes(IIterable<SpatialBoundingVolume> const& bounds);
public void SetBoundingVolumes(IEnumerable<SpatialBoundingVolume> bounds);
function setBoundingVolumes(bounds)
Public Sub SetBoundingVolumes (bounds As IEnumerable(Of SpatialBoundingVolume))
參數
周框磁片區。
Windows 需求
應用程式功能 |
spatialPerception
|
備註
當這些周框磁片區內的一組表面中繼資料變更時, 會引發 ObservedSurfacesChanged 事件。