docs.unity.cn
    Show / Hide Table of Contents

    Class CachedInfo

    Stores asset information for the cache.

    Inheritance
    Object
    CachedInfo
    Namespace: UnityEditor.Build.Pipeline.Utilities
    Syntax
    public class CachedInfo : object, ICachedData

    Properties

    Asset

    Stores the asset.

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

    Data

    Stores extra data related to the asset.

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

    Dependencies

    Stores the asset dependencies.

    Declaration
    public CacheEntry[] Dependencies { get; set; }
    Property Value
    Type Description
    CacheEntry[]
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Thursday, February 10, 2022
    Terms of use