SpatialInteractionManager.GetDetectedSourcesAtTimestamp 메서드

정의

지정된 타임스탬프에 대해 검색된 모든 상호 작용 원본의 상태를 가져옵니다.

public:
 virtual IVectorView<SpatialInteractionSourceState ^> ^ GetDetectedSourcesAtTimestamp(PerceptionTimestamp ^ timeStamp) = GetDetectedSourcesAtTimestamp;
IVectorView<SpatialInteractionSourceState> GetDetectedSourcesAtTimestamp(PerceptionTimestamp const& timeStamp);
public IReadOnlyList<SpatialInteractionSourceState> GetDetectedSourcesAtTimestamp(PerceptionTimestamp timeStamp);
function getDetectedSourcesAtTimestamp(timeStamp)
Public Function GetDetectedSourcesAtTimestamp (timeStamp As PerceptionTimestamp) As IReadOnlyList(Of SpatialInteractionSourceState)

매개 변수

timeStamp
PerceptionTimestamp

상호 작용 원본의 상태를 쿼리하는 시간입니다.

반환

검색된 원본 상태입니다.

적용 대상