Partager via


SpatialInteractionManager.GetDetectedSourcesAtTimestamp Méthode

Définition

Obtenez l’état de toutes les sources d’interaction détectées pour l’horodatage spécifié.

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)

Paramètres

timeStamp
PerceptionTimestamp

Temps nécessaire pour interroger l’état des sources d’interaction.

Retours

États sources détectés.

S’applique à