IPublisher.Find(Single) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Recherche la zone autour de l’appareil pour les ancres cloud.
public System.Threading.Tasks.Task<System.Collections.Generic.Dictionary<string,Microsoft.MixedReality.WorldLocking.ASA.LocalPegAndProperties>> Find (float radiusFromDevice);
abstract member Find : single -> System.Threading.Tasks.Task<System.Collections.Generic.Dictionary<string, Microsoft.MixedReality.WorldLocking.ASA.LocalPegAndProperties>>
Public Function Find (radiusFromDevice As Single) As Task(Of Dictionary(Of String, LocalPegAndProperties))
Paramètres
- radiusFromDevice
- Single
Distance (approximative) entre l’appareil et la recherche.
Retours
Dictionnaire awaitable d’ID d’ancre cloud et de peg et de propriétés locales correspondantes.