RegionNameUI
Overview
Shows the localized region name and optionally indicates if a Distribution Spot (a.k.a. Local Lab) exists.
Serialized
- TextMeshProUGUI
regionName - RawImage
localLabIcon(enabled ifRegionLocalLab != null)
Behavior
regionName.text = currentRegion.Value.GetLocalizedName()- Toggles the Distribution Spot icon based on presence.