Class CachedInfo | Scriptable Build Pipeline | 1.7.3
docs.unity.cn
    Show / Hide Table of Contents

    Class CachedInfo

    Inheritance
    Object
    CachedInfo
    Namespace: UnityEditor.Build.Pipeline.Utilities
    Syntax
    [Serializable]
    public class CachedInfo : ICachedData

    Properties

    Asset

    Declaration
    public CacheEntry Asset { get; set; }
    Property Value
    Type Description
    CacheEntry

    Data

    Declaration
    public object[] Data { get; set; }
    Property Value
    Type Description
    Object[]

    Dependencies

    Declaration
    public CacheEntry[] Dependencies { get; set; }
    Property Value
    Type Description
    CacheEntry[]
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX