docs.unity.cn
    Show / Hide Table of Contents

    Class LocalizedStringProperty

    Provides localization support for a tracked string property.

    Inheritance
    Object
    LocalizedStringProperty
    Namespace: UnityEngine.Localization.PropertyVariants.TrackedProperties
    Syntax
    [Serializable]
    public class LocalizedStringProperty : ITrackedProperty

    Properties

    LocalizedString

    The Localized String that will be used for this tracked property.

    Declaration
    public LocalizedString LocalizedString { get; set; }
    Property Value
    Type Description
    LocalizedString

    PropertyPath

    Declaration
    public string PropertyPath { get; set; }
    Property Value
    Type Description
    String
    Implements
    ITrackedProperty.PropertyPath

    Methods

    HasVariant(LocaleIdentifier)

    Declaration
    public bool HasVariant(LocaleIdentifier localeIdentifier)
    Parameters
    Type Name Description
    LocaleIdentifier localeIdentifier
    Returns
    Type Description
    Boolean
    Implements
    ITrackedProperty.HasVariant(LocaleIdentifier)
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Thursday, June 9, 2022
    Terms of use