Interface ITextureCache | Unity Reflect | 1.1.0-preview.6
docs.unity.cn
    Show / Hide Table of Contents

    Interface ITextureCache

    Namespace: UnityEngine.Reflect
    Syntax
    public interface ITextureCache

    Methods

    GetTexture(String)

    Declaration
    Texture2D GetTexture(string key)
    Parameters
    Type Name Description
    String key
    Returns
    Type Description
    Texture2D
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX