Real World Terrain  v4.1
InfinityCode.RealWorldTerrain.RealWorldTerrainPOIItem Class Reference

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

Detailed Description

Class of POI instance.

Member Function Documentation

◆ SetPrefs()

void InfinityCode.RealWorldTerrain.RealWorldTerrainPOIItem.SetPrefs ( RealWorldTerrainPOI  poi)

Sets POI prefs.

Parameters
poiReference to POI.

Member Data Documentation

◆ altitude

float InfinityCode.RealWorldTerrain.RealWorldTerrainPOIItem.altitude

Altitude

◆ title

string InfinityCode.RealWorldTerrain.RealWorldTerrainPOIItem.title

The title of the POI.

◆ x

float InfinityCode.RealWorldTerrain.RealWorldTerrainPOIItem.x

Longitude.

◆ y

float InfinityCode.RealWorldTerrain.RealWorldTerrainPOIItem.y

Latitude.