SpatialSurfaceObserver.SetBoundingVolume(SpatialBoundingVolume) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
이 관찰자가 새 표면, 업데이트 또는 제거된 표면에 대해 추적할 단일 경계 볼륨을 설정합니다.
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)
매개 변수
- bounds
- SpatialBoundingVolume
이 관찰자가 표면 업데이트를 추적할 새 경계 볼륨입니다.
Windows 요구 사항
앱 기능 |
spatialPerception
|
설명
이 경계 볼륨 내의 표면 메타데이터 집합이 변경되면 ObservedSurfacesChanged 이벤트가 발생합니다.