docs.unity.cn
    Show / Hide Table of Contents

    Class TypicalCharacterSets

    Provides access to typical character sets for various SystemLanguages.

    Inheritance
    Object
    TypicalCharacterSets
    Namespace: UnityEngine.Localization.Pseudo
    Syntax
    public static class TypicalCharacterSets : object

    Methods

    GetTypicalCharactersForLanguage(SystemLanguage)

    Returns the most commonly used characters for the requested language.

    Declaration
    public static char[] GetTypicalCharactersForLanguage(SystemLanguage language)
    Parameters
    Type Name Description
    SystemLanguage language

    The langauge to return the most common characters for.

    Returns
    Type Description
    Char[]

    Array of the characters of null(Not all languages are supported.)

    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on Thursday, October 28, 2021