SpatialInteractionManager.GetDetectedSourcesAtTimestamp Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.