Interface IBuildExtendedAssetData | Scriptable Build Pipeline | 1.7.3
docs.unity.cn
    Show / Hide Table of Contents

    Interface IBuildExtendedAssetData

    Base interface for the storing extended data about an asset.

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

    Properties

    ExtendedData

    Map of asset to extended data about an asset.

    Declaration
    Dictionary<GUID, ExtendedAssetData> ExtendedData { get; }
    Property Value
    Type Description
    Dictionary<GUID, ExtendedAssetData>
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX