docs.unity3d.com
    Show / Hide Table of Contents

    Interface IVariableGroup

    Collection that contains IVariable.

    Namespace: UnityEngine.Localization.SmartFormat.PersistentVariables
    Syntax
    public interface IVariableGroup

    Methods

    TryGetValue(String, out IVariable)

    Gets the variable with the matching key if one exists.

    Declaration
    bool TryGetValue(string key, out IVariable value)
    Parameters
    Type Name Description
    String key

    The variable key or name to match.

    IVariable value

    The found variable or null if one could not be found.

    Returns
    Type Description
    Boolean

    true if a variable cound be found or false if one could not.

    In This Article
    • Methods
      • TryGetValue(String, out IVariable)
    Back to top
    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