docs.unity.cn
    Show / Hide Table of Contents

    Class SpriteImporterData

    The importer data about a sprite asset.

    Inheritance
    Object
    SpriteImporterData
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    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 © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Wednesday, August 9, 2023