Share via


IPublisher.Find(Single) Method

Definition

Search the area around the device for cloud anchors.

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))

Parameters

radiusFromDevice
Single

Distance (roughly) from device to search.

Returns

Awaitable dictionary of cloud anchor ids and corresponding local peg and properties.

Applies to