![]() |
Online Maps
v3
|
Real World Terrain Connector More...
Public Types | |
enum | Mode |
Connection mode More... | |
enum | PositionMode |
Which object should be displayed on the map. More... | |
Public Member Functions | |
OnlineMapsSavableItem[] | GetSavableItems () |
Returns an array of items to save More... | |
Vector2 | WorldPositionToCoordinates (Vector3 position) |
Converts position to geographic coordinates. More... | |
Public Attributes | |
Mode | mode = Mode.markerOnPosition |
Connection mode More... | |
PositionMode | positionMode = PositionMode.transform |
Which object should be displayed on the map. More... | |
Texture2D | markerTexture |
The texture of the marker to be displayed on the map. More... | |
string | markerLabel |
The label of the marker to be displayed on the map. More... | |
Vector3 | scenePosition |
Position, which must be shown on the map. More... | |
Vector2 | coordinates |
Coordinates, which must be shown on the map. More... | |
Transform | targetTransform |
Transform, which must be shown on the map. More... | |
Properties | |
Vector2 | currentPosition [get] |
Coordinates of selecteted object More... | |
Real World Terrain Connector
|
strong |
Connection mode
|
strong |
Which object should be displayed on the map.
OnlineMapsSavableItem [] OnlineMapsRWTConnector.GetSavableItems | ( | ) |
Returns an array of items to save
Implements IOnlineMapsSavableComponent.
Vector2 OnlineMapsRWTConnector.WorldPositionToCoordinates | ( | Vector3 | position | ) |
Converts position to geographic coordinates.
position | World position |
Vector2 OnlineMapsRWTConnector.coordinates |
Coordinates, which must be shown on the map.
string OnlineMapsRWTConnector.markerLabel |
The label of the marker to be displayed on the map.
Texture2D OnlineMapsRWTConnector.markerTexture |
The texture of the marker to be displayed on the map.
Mode OnlineMapsRWTConnector.mode = Mode.markerOnPosition |
Connection mode
PositionMode OnlineMapsRWTConnector.positionMode = PositionMode.transform |
Which object should be displayed on the map.
Vector3 OnlineMapsRWTConnector.scenePosition |
Position, which must be shown on the map.
Transform OnlineMapsRWTConnector.targetTransform |
Transform, which must be shown on the map.
|
get |
Coordinates of selecteted object