Class AAConfig | Package Manager UI website
docs.unity.cn
    Show / Hide Table of Contents

    Class AAConfig

    Inheritance
    System.Object
    AAConfig
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: UnityEngine.AddressableAssets
    Syntax
    public static class AAConfig

    Methods

    AddCachedValue(String, String)

    Declaration
    public static void AddCachedValue(string key, string val)
    Parameters
    Type Name Description
    System.String key
    System.String val

    ExpandPathWithGlobalVariables(String)

    Declaration
    public static string ExpandPathWithGlobalVariables(string inputString)
    Parameters
    Type Name Description
    System.String inputString
    Returns
    Type Description
    System.String

    ExpandWithVariables(String, Char, Char, Func<String, String>)

    Declaration
    public static string ExpandWithVariables(string inputString, char startDelimiter, char endDelimiter, Func<string, string> varFunc)
    Parameters
    Type Name Description
    System.String inputString
    System.Char startDelimiter
    System.Char endDelimiter
    Func<System.String, System.String> varFunc
    Returns
    Type Description
    System.String

    GetGlobalVar(String)

    Declaration
    public static string GetGlobalVar(string variableName)
    Parameters
    Type Name Description
    System.String variableName
    Returns
    Type Description
    System.String
    Back to top Copyright © 2015-2018 Unity
    Generated by DocFX