Class HorizontalLayoutGroupLocalizer
Localizes UnityEngine.UI.HorizontalLayoutGroup by setting its
Inheritance
HorizontalLayoutGroupLocalizer
Inherited Members
Namespace: NoSuchStudio.Localization.Localizers
Assembly: NoSuchStudio-Localization.dll
Syntax
[RequireComponent(typeof(HorizontalLayoutGroup))]
[AddComponentMenu("Localization/Horizontal Layout Group Localizer")]
public class HorizontalLayoutGroupLocalizer : ComponentLocalizer<HorizontalLayoutGroupLocalizer, HorizontalLayoutGroup>, ILocalizationServiceComponent, IServiceComponent<LocalizationService>
Methods
UpdateComponent()
Declaration
public override void UpdateComponent()
Overrides
NoSuchStudio.Localization.ComponentLocalizer<NoSuchStudio.Localization.Localizers.HorizontalLayoutGroupLocalizer, UnityEngine.UI.HorizontalLayoutGroup>.UpdateComponent()
Implements
IServiceComponent<>