Interface IDependencyData | Scriptable Build Pipeline | 1.5.10
docs.unity3d.com
    Show / Hide Table of Contents

    Interface IDependencyData

    Base interface for the dependency data container

    Namespace: UnityEditor.Build.Pipeline.Interfaces
    Syntax
    public interface IDependencyData : IContextObject

    Properties

    AssetInfo

    Map of Asset to dependency data.

    Declaration
    Dictionary<GUID, AssetLoadInfo> AssetInfo { get; }
    Property Value
    Type Description
    Dictionary<GUID, AssetLoadInfo>

    AssetUsage

    Map of Asset to usage data.

    Declaration
    Dictionary<GUID, BuildUsageTagSet> AssetUsage { get; }
    Property Value
    Type Description
    Dictionary<GUID, BuildUsageTagSet>

    DependencyUsageCache

    Reusable cache for calculating usage tags

    Declaration
    BuildUsageCache DependencyUsageCache { get; }
    Property Value
    Type Description
    BuildUsageCache

    GlobalUsage

    BuildUsageTagGlobal value from GraphicsSettings

    Declaration
    BuildUsageTagGlobal GlobalUsage { get; }
    Property Value
    Type Description
    BuildUsageTagGlobal

    SceneInfo

    Map of Scene to dependency data.

    Declaration
    Dictionary<GUID, SceneDependencyInfo> SceneInfo { get; }
    Property Value
    Type Description
    Dictionary<GUID, SceneDependencyInfo>

    SceneUsage

    Map of Scene to usage data.

    Declaration
    Dictionary<GUID, BuildUsageTagSet> SceneUsage { get; }
    Property Value
    Type Description
    Dictionary<GUID, BuildUsageTagSet>
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023