SpatialSurfaceObserver.SetBoundingVolumes Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The bounding volumes.
Windows requirements
App capabilities |
spatialPerception
|
Remarks
When the set of surface metadata within these bounding volumes changes, the ObservedSurfacesChanged event will fire.