docs.unity.cn
    Show / Hide Table of Contents

    Class LocalizedAssetProperty

    Provides localization support to tracked UnityEngine.Object.

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

    Properties

    LocalizedObject

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

    Declaration
    public LocalizedAssetBase LocalizedObject { get; set; }
    Property Value
    Type Description
    LocalizedAssetBase

    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