SpatialInteractionManager.GetDetectedSourcesAtTimestamp Method

Definition

Get the state of all interaction sources detected for the specified timestamp.

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)

Parameters

timeStamp
PerceptionTimestamp

The time to query the state of interaction sources.

Returns

The source states detected.

Applies to