|
Real World Terrain
v4.1
|
Class of POI instance. More...
Inherits MonoBehaviour.
Public Member Functions | |
| void | SetPrefs (RealWorldTerrainPOI poi) |
| Sets POI prefs. More... | |
Public Attributes | |
| string | title |
| The title of the POI. More... | |
| float | x |
| Longitude. More... | |
| float | y |
| Latitude. More... | |
| float | altitude |
| Altitude More... | |
Class of POI instance.
| void InfinityCode.RealWorldTerrain.RealWorldTerrainPOIItem.SetPrefs | ( | RealWorldTerrainPOI | poi | ) |
Sets POI prefs.
| poi | Reference to POI. |
| float InfinityCode.RealWorldTerrain.RealWorldTerrainPOIItem.altitude |
Altitude
| string InfinityCode.RealWorldTerrain.RealWorldTerrainPOIItem.title |
The title of the POI.
| float InfinityCode.RealWorldTerrain.RealWorldTerrainPOIItem.x |
Longitude.
| float InfinityCode.RealWorldTerrain.RealWorldTerrainPOIItem.y |
Latitude.