SpatialSurfaceObserver.SetBoundingVolume(SpatialBoundingVolume) 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 single bounding volume that this observer will track for new, updated or removed surfaces.
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)
Parameters
- bounds
- SpatialBoundingVolume
The new bounding volume for this observer to track for surface updates.
Windows requirements
App capabilities |
spatialPerception
|
Remarks
When the set of surface metadata within this bounding volume changes, the ObservedSurfacesChanged event will fire.