AR + GPS Location
3.0.0
|
Classes | |
class | DataEntry |
Public Attributes | |
PrefabDatabase | PrefabDatabase |
The PrefabDatabase ScriptableObject, containing a dictionary of Prefabs with a string ID. More... | |
TextAsset | XmlDataFile |
The XML data file download from the Web Map Editor (htttps://editor.unity-ar-gps-location.com) More... | |
bool | DebugMode |
If true, enable DebugMode on the PlaceAtLocation generated instances. More... | |
Definition at line 8 of file WebMapLoader.cs.
bool ARLocation.WebMapLoader.DebugMode |
If true, enable DebugMode on the PlaceAtLocation
generated instances.
Definition at line 52 of file WebMapLoader.cs.
PrefabDatabase ARLocation.WebMapLoader.PrefabDatabase |
The PrefabDatabase
ScriptableObject, containing a dictionary of Prefabs with a string ID.
Definition at line 42 of file WebMapLoader.cs.
TextAsset ARLocation.WebMapLoader.XmlDataFile |
The XML data file download from the Web Map Editor (htttps://editor.unity-ar-gps-location.com)
Definition at line 47 of file WebMapLoader.cs.