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

查询交互源状态的时间。

返回

检测到的源状态。

适用于