docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum CharacterSubstitutor.SubstitutionMethod

    The substitution method to use when applying Pseudo-Localization.

    Namespace: UnityEngine.Localization.Pseudo
    Assembly: Unity.Localization.dll
    Syntax
    public enum CharacterSubstitutor.SubstitutionMethod

    Fields

    Name Description
    List

    Replaces all characters with a single character from ReplacementList. This method is a good way to find any hard coded text or to test for missing characters in a font.

    Map

    Uses ReplacementMap to replace each character, when it is present in the dictionary.

    ToLower

    Converts all characters to lowercase.

    ToUpper

    Converts all characters to uppercase.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)