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

対話ソースの状態を照会する時間。

戻り値

ソースの状態が検出されました。

適用対象