Search Results for

    Show / Hide Table of Contents

    Class TMProAlignLocalizer

    Localizes TMPro.TextMeshProUGUI by setting its TMPro.TextAlignmentOptions property based on the RTL-ness of CurrentLanguage.

    Inheritance
    Object
    ComponentLocalizer<TMProAlignLocalizer, TMPro.TextMeshProUGUI>
    TMProAlignLocalizer
    Implements
    ILocalizationServiceComponent
    IServiceComponent<LocalizationService>
    Inherited Members
    ComponentLocalizer<TMProAlignLocalizer, TextMeshProUGUI>._component
    ComponentLocalizer<TMProAlignLocalizer, TextMeshProUGUI>._readyToConnect
    ComponentLocalizer<TMProAlignLocalizer, TextMeshProUGUI>.OnValidate()
    ComponentLocalizer<TMProAlignLocalizer, TextMeshProUGUI>.Init()
    ComponentLocalizer<TMProAlignLocalizer, TextMeshProUGUI>.Awake()
    ComponentLocalizer<TMProAlignLocalizer, TextMeshProUGUI>.UpdateComponent()
    ComponentLocalizer<TMProAlignLocalizer, TextMeshProUGUI>.mono
    ComponentLocalizer<TMProAlignLocalizer, TextMeshProUGUI>._connected
    ComponentLocalizer<TMProAlignLocalizer, TextMeshProUGUI>.IsConnected<ST>()
    ComponentLocalizer<TMProAlignLocalizer, TextMeshProUGUI>.Reconnect<ST>()
    ComponentLocalizer<TMProAlignLocalizer, TextMeshProUGUI>.OnLocaleChange(Locale)
    ComponentLocalizer<TMProAlignLocalizer, TextMeshProUGUI>.RegisterToLocalization()
    ComponentLocalizer<TMProAlignLocalizer, TextMeshProUGUI>.UnregisterFromLocalization()
    ComponentLocalizer<TMProAlignLocalizer, TextMeshProUGUI>.OnEnable()
    ComponentLocalizer<TMProAlignLocalizer, TextMeshProUGUI>.OnDisable()
    Namespace: NoSuchStudio.Localization.Localizers
    Assembly: NoSuchStudio-Localization.dll
    Syntax
    [RequireComponent(typeof(TextMeshProUGUI))]
    [AddComponentMenu("Localization/TextMeshPro Align Localizer")]
    public class TMProAlignLocalizer : ComponentLocalizer<TMProAlignLocalizer, TextMeshProUGUI>, ILocalizationServiceComponent, IServiceComponent<LocalizationService>

    Properties

    reverse

    Declaration
    public bool reverse { get; set; }
    Property Value
    Type Description
    Boolean

    Methods

    UpdateComponent()

    Declaration
    public override void UpdateComponent()
    Overrides
    NoSuchStudio.Localization.ComponentLocalizer<NoSuchStudio.Localization.Localizers.TMProAlignLocalizer, TMPro.TextMeshProUGUI>.UpdateComponent()

    Implements

    ILocalizationServiceComponent
    IServiceComponent<>
    In This Article
    Back to top Generated by DocFX