docs.unity.cn
    Show / Hide Table of Contents

    Class NestedVariablesGroup

    Provides a reference to a VariablesGroupAsset.

    Inheritance
    Object
    Variable<VariablesGroupAsset>
    NestedVariablesGroup
    NestedGlobalVariablesGroup
    Inherited Members
    Variable<VariablesGroupAsset>.ValueChanged
    Variable<VariablesGroupAsset>.Value
    Variable<VariablesGroupAsset>.GetSourceValue(ISelectorInfo)
    Namespace: UnityEngine.Localization.SmartFormat.PersistentVariables
    Syntax
    [DisplayName("Nested Variables Group", null)]
    public class NestedVariablesGroup : Variable<VariablesGroupAsset>, IVariableValueChanged, IVariable, IVariableGroup

    Methods

    TryGetValue(String, out IVariable)

    Gets the variable with the matching key if one exists.

    Declaration
    public bool TryGetValue(string name, out IVariable value)
    Parameters
    Type Name Description
    String name
    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.

    Implements
    IVariableGroup.TryGetValue(String, out IVariable)
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Thursday, June 9, 2022
    Terms of use