SpatialSurfaceObserver.SetBoundingVolumes Method

Definition

Sets the list of bounding volumes that this observer will track for new, updated or removed surfaces.

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))

Parameters

Windows requirements

App capabilities
spatialPerception

Remarks

When the set of surface metadata within these bounding volumes changes, the ObservedSurfacesChanged event will fire.

Applies to