Method GetZoneLocalizedName
GetZoneLocalizedName(Vector2)
Gets the localized name of the a zone in the map.
Declaration
public static string GetZoneLocalizedName(Vector2 position)
Parameters
| Type | Name | Description |
|---|---|---|
| Vector2 | position | The position on the map. |
Returns
| Type | Description |
|---|---|
| System.String |
GetZoneLocalizedName(Vector3)
Gets the localized name of the a zone in the map.
Declaration
public static string GetZoneLocalizedName(Vector3 position)
Parameters
| Type | Name | Description |
|---|---|---|
| Vector3 | position | The position on the map. |
Returns
| Type | Description |
|---|---|
| System.String |