Class StringCache | Barracuda | 0.5.0-preview
docs.unity.cn
    Show / Hide Table of Contents

    Class StringCache

    Inheritance
    Object
    StringCache
    Namespace: Barracuda
    Syntax
    public class StringCache

    Methods

    Clear()

    Declaration
    public void Clear()

    Lookup(String, String)

    Declaration
    public string Lookup(string a, string b)
    Parameters
    Type Name Description
    String a
    String b
    Returns
    Type Description
    String

    Lookup(String, String, Int64)

    Declaration
    public string Lookup(string a, string b, long c)
    Parameters
    Type Name Description
    String a
    String b
    Int64 c
    Returns
    Type Description
    String
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX