다음을 통해 공유


SpatialSurfaceObserver.SetBoundingVolume(SpatialBoundingVolume) 메서드

정의

이 관찰자가 새 표면, 업데이트 또는 제거된 표면에 대해 추적할 단일 경계 볼륨을 설정합니다.

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 이벤트가 발생합니다.

적용 대상