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

    Interface IBuildSpriteData

    Base interface for the storing sprite importer data for sprite assets.

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

    Properties

    ImporterData

    Map of sprite asset to importer data.

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