docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface ITrackedPropertyValue<T>

    Interface for accessing a tracked property`s values.

    Inherited Members
    ITrackedProperty.PropertyPath
    ITrackedProperty.HasVariant(LocaleIdentifier)
    Namespace: UnityEngine.Localization.PropertyVariants.TrackedProperties
    Assembly: Unity.Localization.dll
    Syntax
    public interface ITrackedPropertyValue<T> : ITrackedProperty
    Type Parameters
    Name Description
    T

    The property data type.

    Methods

    Name Description
    GetValue(LocaleIdentifier, LocaleIdentifier, out T)

    Attempts to find a value for the provided LocaleIdentifier or fallback.

    GetValue(LocaleIdentifier, out T)

    Attempts to find a value for the provided LocaleIdentifier.

    SetValue(LocaleIdentifier, T)

    Assigns a value for the chosen LocaleIdentifier.

    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)