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