docs.unity3d.com
    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.ReferenceEquals(Object, Object)
    Object.GetType()
    Namespace: UnityEditor.U2D.Aseprite
    Syntax
    public readonly struct ImportEventArgs

    Constructors

    ImportEventArgs(AsepriteImporter, AssetImportContext)

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

    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
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023