Interface IBuildExtendedAssetData | Package Manager UI website
docs.unity.cn
    Show / Hide Table of Contents

    Interface IBuildExtendedAssetData

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

    Properties

    ExtendedData

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