Delegate AsepriteImporter.AsepriteImportEventHandler
Delegate for Aseprite Import Events.
Namespace: UnityEditor.U2D.Aseprite
Assembly: Unity.2D.Aseprite.Editor.dll
Syntax
public delegate void AsepriteImporter.AsepriteImportEventHandler(AsepriteImporter.ImportEventArgs args)
Parameters
Type | Name | Description |
---|---|---|
AsepriteImporter.ImportEventArgs | args | The ImportEventArgs that are being used for the import. |