ARLocationManager
↳ extends ARVps2Manager
The ARLocationManager is used to track ARLocations. ARLocations tie digital content to the physical world....
Declaration
public class ARLocationManager : ARVps2ManagerSummary
The ARLocationManager is used to track ARLocations. ARLocations tie digital content to the physical world. When you start tracking an ARLocation, and aim your phone's camera at the physical location, the digital content that you child to the ARLocation will appear in the physical world.
Properties
| Name | Type | Summary |
|---|---|---|
| readonly AnchorToARLocationMap | Dictionary<ARVps2Anchor, ARLocation> | - |
| readonly ARLocations | ARLocation[] | - |
| readonly AutoTrack | bool | - |
Methods
| Name | Type | Summary |
|---|---|---|
| SetARLocations | void | - |
| StartARLocationTracking | void | - |
| StopARLocationTracking | void | - |