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 if RegionLocalLab != null)

Behavior

  • regionName.text = currentRegion.Value.GetLocalizedName()
  • Toggles the Distribution Spot icon based on presence.