docs.unity3d.com
    Show / Hide Table of Contents

    Class BoolTrackedProperty

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

    Methods

    ConvertFromString(String)

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

    ConvertToString(Boolean)

    Declaration
    protected override string ConvertToString(bool value)
    Parameters
    Type Name Description
    Boolean value
    Returns
    Type Description
    String
    Overrides
    UnityEngine.Localization.PropertyVariants.TrackedProperties.TrackedProperty<System.Boolean>.ConvertToString(System.Boolean)
    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