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 事件。