docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct AsepriteImporter.ImportEventArgs

    Structure used for Aseprite Import Events.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: UnityEditor.U2D.Aseprite
    Assembly: Unity.2D.Aseprite.Editor.dll
    Syntax
    public readonly struct AsepriteImporter.ImportEventArgs

    Constructors

    ImportEventArgs(AsepriteImporter, AssetImportContext)

    Constructor for ImportEventArgs.

    Declaration
    public ImportEventArgs(AsepriteImporter importer, AssetImportContext context)
    Parameters
    Type Name Description
    AsepriteImporter importer

    The Aseprite Importer that fired the event.

    AssetImportContext context

    The Asset Import Context that is being used for the import.

    Fields

    context

    The Asset Import Context that is being used for the import.

    Declaration
    public readonly AssetImportContext context
    Field Value
    Type Description
    AssetImportContext

    importer

    The Aseprite Importer that fired the event.

    Declaration
    public readonly AsepriteImporter importer
    Field Value
    Type Description
    AsepriteImporter
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)