docs.unity3d.com
    Show / Hide Table of Contents

    Class StringTrackedProperty

    Inheritance
    Object
    TrackedProperty<String>
    StringTrackedProperty
    Inherited Members
    TrackedProperty<String>.PropertyPath
    TrackedProperty<String>.HasVariant(LocaleIdentifier)
    TrackedProperty<String>.RemoveVariant(LocaleIdentifier)
    TrackedProperty<String>.GetValue(LocaleIdentifier, String)
    TrackedProperty<String>.GetValue(LocaleIdentifier, LocaleIdentifier, String)
    TrackedProperty<String>.SetValue(LocaleIdentifier, String)
    TrackedProperty<String>.GetValueAsString(LocaleIdentifier)
    TrackedProperty<String>.GetValueAsString(LocaleIdentifier, LocaleIdentifier)
    TrackedProperty<String>.SetValueFromString(LocaleIdentifier, String)
    Namespace: UnityEngine.Localization.PropertyVariants.TrackedProperties
    Syntax
    public class StringTrackedProperty : TrackedProperty<string>, ITrackedPropertyValue<string>, IStringProperty, ITrackedProperty, ISerializationCallbackReceiver

    Methods

    ConvertFromString(String)

    Declaration
    protected override string ConvertFromString(string value)
    Parameters
    Type Name Description
    String value
    Returns
    Type Description
    String
    Overrides
    UnityEngine.Localization.PropertyVariants.TrackedProperties.TrackedProperty<System.String>.ConvertFromString(System.String)

    ConvertToString(String)

    Declaration
    protected override string ConvertToString(string value)
    Parameters
    Type Name Description
    String value
    Returns
    Type Description
    String
    Overrides
    UnityEngine.Localization.PropertyVariants.TrackedProperties.TrackedProperty<System.String>.ConvertToString(System.String)
    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023