docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class CachedInfo

    Stores asset information for the cache.

    Inheritance
    object
    CachedInfo
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEditor.Build.Pipeline.Utilities
    Assembly: Unity.ScriptableBuildPipeline.Editor.dll
    Syntax
    [Serializable]
    public class CachedInfo

    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[]
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)