localizedropdown - eisclimber/ExPresS-XR GitHub Wiki
Class in ExPresSXR.Localization
Inherits from UnityEngine.MonoBehaviour
Allows localizing the individual options of a dropdown.
Credits: exe2be
public class LocalizeDropdown : MonoBehaviour| Name | Description |
|---|---|
| _options | Localizations for the options of the dropdown to be localized. |
| _selectedOptionIndex | Current dropdown option selected. |