docs.unity.cn
    Show / Hide Table of Contents

    Class SpriteImporterData

    The importer data about a sprite asset.

    Inheritance
    Object
    SpriteImporterData
    Namespace: UnityEditor.Build.Pipeline.Interfaces
    Syntax
    [Serializable]
    public class SpriteImporterData

    Properties

    PackedSprite

    Property if this sprite asset is packed by the sprite packer.

    Declaration
    public bool PackedSprite { get; set; }
    Property Value
    Type Description
    Boolean

    SourceTexture

    Object identifier of the source texture for the sprite.

    Declaration
    public ObjectIdentifier SourceTexture { get; set; }
    Property Value
    Type Description
    ObjectIdentifier
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Thursday, June 23, 2022
    Terms of use