Struct AsepriteImporter.ImportEventArgs
Structure used for Aseprite Import Events.
Inherited Members
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 |