class ARMapVisualizationRenderer (Niantic.ARDK.Extensions.MapVisualization.ARMapVisualizationRenderer)
Overview
Helper class that visualizes scanned maps used for AR localization. More…
class ARMapVisualizationRenderer: MonoBehaviour { public: // fields ARMapController ARMapPrefab; };
Detailed Documentation
Helper class that visualizes scanned maps used for AR localization.
Listens for new AR localization maps and instantiates visualization prefabs for each new map. To use, add an instance to your scene. Map visualizations are only valid when the AR localization is in a stable state where PeerState is Stable
or Stabilizing
.
Fields
ARMapController ARMapPrefab
The object to spawn and manage when a map is detected.